summaryrefslogtreecommitdiff
path: root/win/build-vs71.bat
diff options
context:
space:
mode:
authorreggie@big_geek. <>2006-01-31 13:10:05 -0600
committerreggie@big_geek. <>2006-01-31 13:10:05 -0600
commit9d402fb6380d263ac3a5794f1beec943688fcb03 (patch)
tree1455d0152421c3f750f52a30cfb9d5667dfe0271 /win/build-vs71.bat
parente98042268ff409bde6a2d8300ba943944e7e8d59 (diff)
downloadmariadb-git-9d402fb6380d263ac3a5794f1beec943688fcb03.tar.gz
a few corrections necessary for the win32 folder rename
Diffstat (limited to 'win/build-vs71.bat')
-rw-r--r--win/build-vs71.bat7
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"