diff options
author | unknown <Reggie@xgeek.> | 2006-03-15 10:33:16 -0600 |
---|---|---|
committer | unknown <Reggie@xgeek.> | 2006-03-15 10:33:16 -0600 |
commit | a477e78bdb80363d40d228712ed9a54ee4bb9843 (patch) | |
tree | 252c1624d20964779929708a50b07750c67d5dd8 /win/build-vs8.bat | |
parent | 66f7f0869bd84bd9e0eb4686ba63e630e2a1c017 (diff) | |
download | mariadb-git-a477e78bdb80363d40d228712ed9a54ee4bb9843.tar.gz |
Removed calls to deploy.bat from the build scripts since the cmake scripts are now
out in the target directories.
Diffstat (limited to 'win/build-vs8.bat')
-rw-r--r-- | win/build-vs8.bat | 5 |
1 files changed, 0 insertions, 5 deletions
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" |