common/hlm.bat
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 10:30:24 +0100
changeset 313 52d855dfda13
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Changed 'publish' to 'sf-publish' to only publish the zips, not all logs. Changed behaviour so that 'sf.spec.package.src.enable'=false stops the source repos from getting packaged, but not the RnD ones (which are extracted again in platform builds)

@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