common/hlm.bat
author Brendan Donegan brendand@symbian.org
Mon, 24 Aug 2009 14:40:40 +0100
changeset 410 4ab0fc62a945
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sorted out the removal

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