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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/configure.bat')
-rw-r--r--scripts/configure.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/configure.bat b/scripts/configure.bat
new file mode 100644
index 0000000000..e1fc3ff8d6
--- /dev/null
+++ b/scripts/configure.bat
@@ -0,0 +1,6 @@
+@echo off
+set DIR=%~dp0\
+if not exist %DIR%\configure.exe (
+ csc /nologo /out:%DIR%\configure.exe %DIR%\configure.cs
+)
+%DIR%\configure.exe %* \ No newline at end of file