Merge pull request #535 from BBasile/bat-ldc-gdc

Allow to build using the bat file and GDC or LDC2
This commit is contained in:
Brian Schott 2018-09-23 22:01:18 -07:00 committed by GitHub
commit 2bb18dc44c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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