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

7 lines
144 B
Batchfile

@echo off
del cmakecache.txt
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
copy cmakecache.txt win\vs71cache.txt