view build-run.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 592f7aa40bf1
children
line wrap: on
line source

@echo off

call build-debug -nopause
if errorlevel 1 goto end

@echo on
%OUT_FILE%
@echo off

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