common/hlm.bat
author asimpson@symbian.org
Thu, 15 Oct 2009 18:58:09 +0100
changeset 690 5fac205a712c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added tag PDK_2.0.0 for changeset 7a343c038e7d

@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