diff options
Diffstat (limited to 'win/build-vs8.bat')
-rw-r--r-- | win/build-vs8.bat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/win/build-vs8.bat b/win/build-vs8.bat new file mode 100644 index 00000000000..54789b16503 --- /dev/null +++ b/win/build-vs8.bat @@ -0,0 +1,11 @@ +@echo off + +REM - First we need to copy all the cmakelists to the proper folders +cd win\cmakefiles +call deploy.bat +cd ..\.. + +del cmakecache.txt +copy win\vs8cache.txt cmakecache.txt +cmake -G "Visual Studio 8 2005" +copy cmakecache.txt win\vs8cache.txt |