common/hlm.bat
author Brendan Donegan brendand@symbian.org
Thu, 01 Oct 2009 14:54:20 +0100
changeset 555 499a0581085d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
python does not use PATH

@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