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-vs8.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'win/build-vs8.bat') diff --git a/win/build-vs8.bat b/win/build-vs8.bat index e464fa7f012..54789b16503 100644 --- a/win/build-vs8.bat +++ b/win/build-vs8.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\vs8cache.txt cmakecache.txt cmake -G "Visual Studio 8 2005" -- cgit v1.2.1