common/hlm.bat
author andy simpson <andrews@symbian.org>
Mon, 10 May 2010 15:28:49 +0100
changeset 1010 0630eeca6d07
parent 6 8bbcf7b2218d
permissions -rw-r--r--
list contents of zip file

@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