mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
6635bf53a2
win/build-vs71.bat: fixed call out to deploy.bat win/build-vs8.bat: fixed call out to deploy.bat win/cmakefiles/base: changed win32 to win win/cmakefiles/sql: use proper win folder for path win/configure.js: this file should be called from the root so we need to use the path
12 lines
257 B
Batchfile
12 lines
257 B
Batchfile
@echo off
|
|
|
|
REM - First we need to copy all the cmakelists to the proper folders
|
|
cd win\cmakefiles
|
|
call deploy.bat
|
|
cd ..\..
|
|
|
|
del cmakecache.txt
|
|
copy win\vs71cache.txt cmakecache.txt
|
|
cmake -G "Visual Studio 7 .NET 2003"
|
|
copy cmakecache.txt win\vs71cache.txt
|
|
|