From 6635bf53a222789577f800b9d3b5dd26b561607d Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Jan 2006 13:10:05 -0600 Subject: a few corrections necessary for the win32 folder rename 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 --- win/build-vs71.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'win/build-vs71.bat') diff --git a/win/build-vs71.bat b/win/build-vs71.bat index d9a347af192..db92d9c3b72 100644 --- a/win/build-vs71.bat +++ b/win/build-vs71.bat @@ -1,5 +1,10 @@ @echo off -win\cmakefiles\deploy + +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" -- cgit v1.2.1