Allow to build using the bat file and GDC or LDC2
This commit is contained in:
parent
baddc0a3fe
commit
c46003cf45
|
@ -1,7 +1,8 @@
|
||||||
IF "%DC%"=="" SET DC="dmd"
|
IF "%DC%"=="" SET DC="dmd"
|
||||||
|
IF "%DC%"=="ldc2" SET DC="ldmd2"
|
||||||
|
IF "%DC%"=="gdc" SET DC="gdmd"
|
||||||
IF "%MFLAGS%"=="" SET MFLAGS="-m32"
|
IF "%MFLAGS%"=="" SET MFLAGS="-m32"
|
||||||
|
|
||||||
|
|
||||||
:: git might not be installed, so we provide 0.0.0 as a fallback or use
|
:: git might not be installed, so we provide 0.0.0 as a fallback or use
|
||||||
:: the existing githash file if existent
|
:: the existing githash file if existent
|
||||||
if not exist "bin" mkdir bin
|
if not exist "bin" mkdir bin
|
||||||
|
|
Loading…
Reference in New Issue