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

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