mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 08:44:33 +01:00
Removed calls to deploy.bat from the build scripts since the cmake scripts are now
out in the target directories.
This commit is contained in:
parent
66f7f0869b
commit
a477e78bdb
2 changed files with 0 additions and 10 deletions
|
@ -1,10 +1,5 @@
|
|||
@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"
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
@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\vs8cache.txt cmakecache.txt
|
||||
cmake -G "Visual Studio 8 2005"
|
||||
|
|
Loading…
Add table
Reference in a new issue