mariadb/win/build-vs71.bat
2006-01-31 08:41:39 -06:00

7 lines
165 B
Batchfile

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