view build-run.bat @ 107:2b710303990f

Add .editorconfig. http://editorconfig.org
author Jordan Miner <jminer7@gmail.com>
date Fri, 28 Dec 2012 22:33:34 -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%