mariadb/win/build-vs8.bat

7 lines
160 B
Batchfile
Raw Normal View History

@echo off
if exist cmakecache.txt 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