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