Newer
Older
dub_jkp / build.cmd
  1. @if "%DC%"=="" set DC=dmd
  2.  
  3. @echo @@@@ WARNING @@@@@
  4. @echo @ This script is DEPRECATED. Use build.d directly instead @
  5. @echo @@@@@@@@@@@@@@@@@@
  6. @%DC% -run build.d
  7. @if errorlevel 1 exit /b 1
  8.  
  9. @echo DUB has been built. You probably also want to add the following entry to your
  10. @echo PATH environment variable:
  11. @echo %CD%\bin