common/hlm.bat
author Louis Henry Nayegon <louisn@symbian.org>
Thu, 29 Oct 2009 14:03:35 +0000
changeset 718 b18be44be852
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Update to add all components and create zip file for PDT

@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