common/hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 05 Mar 2010 16:16:43 +0000
changeset 905 9ed73a51c728
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add Helium and java to the enironment info

@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