mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
8 lines
171 B
Batchfile
8 lines
171 B
Batchfile
|
@echo off
|
||
|
win32\cmakefiles\deploy
|
||
|
del cmakecache.txt
|
||
|
copy win32\vs71cache.txt cmakecache.txt
|
||
|
cmake -G "Visual Studio 7 .NET 2003"
|
||
|
copy cmakecache.txt win32\vs71cache.txt
|
||
|
|