Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/msvc05
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-02 02:58:15 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-02 02:58:15 +0400
commit77b76f6ea0b4b3b17ef92d38e769d712aef662d7 (patch)
tree14d3072b2723f91336ed500b1b7826239d260b31 /msvc05
parent16d0700cd3773eb1b2274f9577612655a60aeb3b (diff)
Copy
svn path=/trunk/mono/; revision=133340
Diffstat (limited to 'msvc05')
-rwxr-xr-xmsvc05/winsetup.bat13
1 files changed, 13 insertions, 0 deletions
diff --git a/msvc05/winsetup.bat b/msvc05/winsetup.bat
new file mode 100755
index 00000000000..33a72f6b1bd
--- /dev/null
+++ b/msvc05/winsetup.bat
@@ -0,0 +1,13 @@
+@echo off
+cd ..
+copy winconfig.h config.h
+goto end
+:error
+echo fatal error: the VSDepenancies directory was not found in the "mono" directory
+echo error: you must download and unzip that file
+exit /b 100
+goto end
+:ok
+echo OK
+:end
+exit /b 0