diff --git a/build.bat b/build.bat index 30fea2e..b90d6eb 100644 --- a/build.bat +++ b/build.bat @@ -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