common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 06 Aug 2009 10:01:35 +0100
changeset 277 15307a7772ea
parent 6 8bbcf7b2218d
permissions -rw-r--r--
If a package does not have a definition in the sources.csv then it won't get built, so don't try to incorporate it into the system definition.

@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