2007-03-13 Jonathan Chambers <joncham@gmail.com>
[mono.git] / winsetup.bat
diff --git a/winsetup.bat b/winsetup.bat
deleted file mode 100755 (executable)
index 6942de0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-@echo off
-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