common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 24 Mar 2010 15:41:36 +0000
changeset 947 8b32e923c459
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Remove call to releaseables.pl script as now UH parser handles releaseables as well

@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