summaryrefslogtreecommitdiff
path: root/win/build-vs8_x64.bat
blob: f1d961163902b295764bee481cdf769a0a91a8d9 (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 Win64"
copy cmakecache.txt win\vs8cache.txt