From a477e78bdb80363d40d228712ed9a54ee4bb9843 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Mar 2006 10:33:16 -0600 Subject: [PATCH] Removed calls to deploy.bat from the build scripts since the cmake scripts are now out in the target directories. --- win/build-vs71.bat | 5 ----- win/build-vs8.bat | 5 ----- 2 files changed, 10 deletions(-) diff --git a/win/build-vs71.bat b/win/build-vs71.bat index db92d9c3b72..46f3bc32f6e 100644 --- a/win/build-vs71.bat +++ b/win/build-vs71.bat @@ -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" diff --git a/win/build-vs8.bat b/win/build-vs8.bat index 54789b16503..349c3e78628 100644 --- a/win/build-vs8.bat +++ b/win/build-vs8.bat @@ -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"