hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 05 Aug 2009 11:16:03 +0100
changeset 35 4d500511bf5a
parent 0 d1c51edcc657
permissions -rw-r--r--
Add removal of job directories if build is run from build management system (i.e. --hudson is given)

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal