Allow to build using the bat file and GDC or LDC2

This commit is contained in:
Basile Burg 2018-09-23 04:36:53 +02:00
parent baddc0a3fe
commit c46003cf45
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
IF "%DC%"=="" SET DC="dmd"
IF "%DC%"=="ldc2" SET DC="ldmd2"
IF "%DC%"=="gdc" SET DC="gdmd"
IF "%MFLAGS%"=="" SET MFLAGS="-m32"
:: git might not be installed, so we provide 0.0.0 as a fallback or use
:: the existing githash file if existent
if not exist "bin" mkdir bin