summaryrefslogtreecommitdiff
path: root/win/build-vs8.bat
blob: 349c3e786285204c0c336978336235b463dd1cd4 (plain)
1
2
3
4
5
6
@echo off

del cmakecache.txt
copy win\vs8cache.txt cmakecache.txt
cmake -G "Visual Studio 8 2005"
copy cmakecache.txt win\vs8cache.txt