summaryrefslogtreecommitdiff
path: root/win/build-vs71.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win/build-vs71.bat')
-rw-r--r--win/build-vs71.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/build-vs71.bat b/win/build-vs71.bat
index 263ee13f895..d9a347af192 100644
--- a/win/build-vs71.bat
+++ b/win/build-vs71.bat
@@ -1,7 +1,7 @@
@echo off
-win32\cmakefiles\deploy
+win\cmakefiles\deploy
del cmakecache.txt
-copy win32\vs71cache.txt cmakecache.txt
+copy win\vs71cache.txt cmakecache.txt
cmake -G "Visual Studio 7 .NET 2003"
-copy cmakecache.txt win32\vs71cache.txt
+copy cmakecache.txt win\vs71cache.txt