summaryrefslogtreecommitdiff
path: root/win/build-vs71.bat
blob: 959067695c5d2440112e450ef11b217e8520560d (plain)
1
2
3
4
5
6
7
@echo off

if exist cmakecache.txt del cmakecache.txt
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
copy cmakecache.txt win\vs71cache.txt