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:
unknown 2006-03-15 10:33:16 -06:00
parent 66f7f0869b
commit a477e78bdb
2 changed files with 0 additions and 10 deletions

View file

@ -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"

View file

@ -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"