diff options
author | unknown <reggie@big_geek.> | 2006-01-31 13:10:05 -0600 |
---|---|---|
committer | unknown <reggie@big_geek.> | 2006-01-31 13:10:05 -0600 |
commit | 6635bf53a222789577f800b9d3b5dd26b561607d (patch) | |
tree | 1455d0152421c3f750f52a30cfb9d5667dfe0271 /win/build-vs71.bat | |
parent | 1940cabd08b8d0f78c35c737ca80c073bfff3561 (diff) | |
download | mariadb-git-6635bf53a222789577f800b9d3b5dd26b561607d.tar.gz |
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
Diffstat (limited to 'win/build-vs71.bat')
-rw-r--r-- | win/build-vs71.bat | 7 |
1 files changed, 6 insertions, 1 deletions
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" |