1 parent cbff71d commit ca5ab23Copy full SHA for ca5ab23
2 files changed
scripts/configure.bat
@@ -0,0 +1,6 @@
1
+@echo off
2
+set DIR=%~dp0\
3
+if not exist %DIR%\configure.exe (
4
+ csc /nologo /out:%DIR%\configure.exe %DIR%\configure.cs
5
+)
6
+%DIR%\configure.exe %*
0 commit comments