view build-run.bat @ 100:4f2d709760eb

Change from individual fields to a static array for x, y, width, height, etc.
author Jordan Miner <jminer7@gmail.com>
date Tue, 15 May 2012 15:17:24 -0500
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%