common/hlm.bat
author Johan Groth <johang@symbian.org>
Fri, 10 Sep 2010 11:29:11 +0100
changeset 1251 0fc9e31020ea
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 3679 Moved the copy statement of canonical_system_definition_${sf.spec.sysdef.configurations.list}.xml from generate-layers to sf-zip-logs as generate-layers is not used any longer.

@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