2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / msvc / winsetup.bat
diff --git a/msvc/winsetup.bat b/msvc/winsetup.bat
new file mode 100755 (executable)
index 0000000..d1144ac
--- /dev/null
@@ -0,0 +1,14 @@
+@echo off
+cd ..
+if not exist VSDependancies\lib goto error
+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