mariadb/win/build-vs71.bat

8 lines
168 B
Batchfile
Raw Normal View History

@echo off
if exist cmakecache.txt del cmakecache.txt
2006-01-31 15:41:39 +01:00
copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
2006-01-31 15:41:39 +01:00
copy cmakecache.txt win\vs71cache.txt