view build-debug.bat @ 111:8ba1044adc93

Rename Newline.Macintosh/Linux to better names. CR is not used on Mac since before OS X. And LF is not just used on Linux, but other Unix systems too.
author Jordan Miner <jminer7@gmail.com>
date Sat, 19 Jan 2013 20:57:11 -0600
parents acdbb30fee7e
children
line wrap: on
line source

@echo off

call build-paths

set ARGS=-DCPATH%DMD_DIR%\bin -T%OUT_FILE% -od%CD%\obj -full -D -Dd%CD%/docs standard.ddoc -I%TANGO_DIR%
set MODE_ARGS=-debug -g -unittest

@echo on
%BUD_DIR%\bud -Xtango %TANGO_DIR%\libtango-dmd.lib %MAIN_FILE% cursors.res %ARGS% %MODE_ARGS%
@echo off
if errorlevel 1 goto end

rem Any other build tasks go here

:end
if not "%1" == "-nopause" pause
exit /B %ERRORLEVEL%