view build-run.bat @ 99:8daa63a28707

Add more tests for Rect.getUnion().
author Jordan Miner <jminer7@gmail.com>
date Tue, 15 May 2012 15:03:21 -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%