Newer
Older
dub_jkp / build.cmd
@Sönke Ludwig Sönke Ludwig on 9 Apr 2013 296 bytes Don't print build success after build errors.
@echo off

echo Executing rdmd ...
rdmd --force --build-only -ofbin\dub.exe -g -debug -w -property -Isource curl.lib %* source\app.d
if errorlevel 1 exit /b 1

echo DUB has been built. You probably also want to add the following entry to your
echo PATH environment variable:
echo %CD%\bin