hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 09 Mar 2010 13:05:26 +0000
changeset 72 50ab3bef1c6a
parent 0 d1c51edcc657
permissions -rw-r--r--
No more check for drive space if given --hudson as this makes the builds fail most of the time unnecessarily

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