Skip to content

Commit ca5ab23

Browse files
committed
Make configuration script reusable
1 parent cbff71d commit ca5ab23

2 files changed

Lines changed: 196 additions & 174 deletions

File tree

scripts/configure.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)