common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 10 Jun 2010 12:11:23 +0100
changeset 1082 372b86ab2b52
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix: package build fail because there is no package_definitions dir

@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