view build-run.bat @ 108:b3091e460553

Remove end_of_line from .editorconfig. Version control should convert newlines as necessary.
author Jordan Miner <jminer7@gmail.com>
date Sat, 19 Jan 2013 20:48:53 -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%