diff --git a/build.cmd b/build.cmd index ec48ad7..b5721c0 100644 --- a/build.cmd +++ b/build.cmd @@ -3,5 +3,6 @@ echo Executing rdmd ... rdmd --force --build-only -ofbin\dub.exe -g -debug -w -property -Isource curl.lib %* source\app.d -echo dub has been build. You propably want to add this to your PATH environment variable: +echo DUB has been built. You probably also want to add the following entry to your +echo PATH environment variable: echo %CD%\bin \ No newline at end of file diff --git a/build.sh b/build.sh index 7c19537..a77010b 100755 --- a/build.sh +++ b/build.sh @@ -7,4 +7,4 @@ uname -a | grep "Ubuntu" > /dev/null && LIBS="-L--no-as-needed $LIBS" rdmd --build-only -ofbin/dub -g -debug -w -property -Isource $* $LIBS source/app.d -echo dub has been build to bin/dub. \ No newline at end of file +echo DUB has been built as bin/dub \ No newline at end of file