mariadb/win/build-vs8.bat
2006-03-15 10:33:16 -06:00

6 lines
136 B
Batchfile

@echo off
del cmakecache.txt
copy win\vs8cache.txt cmakecache.txt
cmake -G "Visual Studio 8 2005"
copy cmakecache.txt win\vs8cache.txt