mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
a477e78bdb
out in the target directories.
7 lines
144 B
Batchfile
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
|
|
|