build-vs8.bat 249 Bytes
Newer Older
1
@echo off
2 3 4 5 6 7

REM - First we need to copy all the cmakelists to the proper folders
cd win\cmakefiles
call deploy.bat
cd ..\..

8
del cmakecache.txt
unknown's avatar
unknown committed
9
copy win\vs8cache.txt cmakecache.txt
10
cmake -G "Visual Studio 8 2005"
unknown's avatar
unknown committed
11
copy cmakecache.txt win\vs8cache.txt