mariadb/win/build-vs8_x64.bat

7 lines
166 B
Batchfile
Raw Normal View History

2006-08-31 19:52:42 +02:00
@echo off
if exist cmakecache.txt del cmakecache.txt
copy win\vs8cache.txt cmakecache.txt
cmake -G "Visual Studio 8 2005 Win64"
copy cmakecache.txt win\vs8cache.txt