view build-run.bat @ 97:dccadd297348

Use methods/properties instead of the instance variables directly.
author Jordan Miner <jminer7@gmail.com>
date Tue, 15 May 2012 14:25:29 -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%