mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
change win32 to win
This commit is contained in:
parent
c062c5704a
commit
1940cabd08
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
win32\cmakefiles\deploy
|
||||
win\cmakefiles\deploy
|
||||
del cmakecache.txt
|
||||
copy win32\vs71cache.txt cmakecache.txt
|
||||
copy win\vs71cache.txt cmakecache.txt
|
||||
cmake -G "Visual Studio 7 .NET 2003"
|
||||
copy cmakecache.txt win32\vs71cache.txt
|
||||
copy cmakecache.txt win\vs71cache.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue