mariadb/win/build-vs8.bat

12 lines
249 B
Batchfile
Raw Normal View History

@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
2006-01-31 08:41:39 -06:00
copy win\vs8cache.txt cmakecache.txt
cmake -G "Visual Studio 8 2005"
2006-01-31 08:41:39 -06:00
copy cmakecache.txt win\vs8cache.txt