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.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/build-vs71.bat b/win/build-vs71.bat
new file mode 100644
index 00000000000..263ee13f895
--- /dev/null
+++ b/win/build-vs71.bat
@@ -0,0 +1,7 @@
+@echo off
+win32\cmakefiles\deploy
+del cmakecache.txt
+copy win32\vs71cache.txt cmakecache.txt
+cmake -G "Visual Studio 7 .NET 2003"
+copy cmakecache.txt win32\vs71cache.txt
+