summaryrefslogtreecommitdiff
path: root/win/build-vs71.bat
blob: d9a347af1921509222e0f0884cc5c16b812fb838 (plain)
1
2
3
4
5
6
7
@echo off
win\cmakefiles\deploy
del cmakecache.txt
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
copy cmakecache.txt win\vs71cache.txt