common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 18 Oct 2010 17:36:29 +0100
changeset 1308 767d8390f87d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add build of naviengine SMP minigui rom

@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