common/hlm.bat
author Johan Groth <johang@symbian.org>
Tue, 14 Sep 2010 16:04:20 +0100
changeset 1223 9a6d81b932b1
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Corrected the path option to joinsysdef.pl.

@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