mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
8 lines
168 B
Batchfile
8 lines
168 B
Batchfile
|
@echo off
|
||
|
|
||
|
if exist cmakecache.txt del cmakecache.txt
|
||
|
copy win\vs71cache.txt cmakecache.txt
|
||
|
cmake -G "Visual Studio 7 .NET 2003"
|
||
|
copy cmakecache.txt win\vs71cache.txt
|
||
|
|