common/hlm.bat
author MattD <mattd@symbian.org>
Tue, 06 Oct 2009 18:43:10 +0100
changeset 610 4a27eba1d297
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sf-preprocess-package-config - fix for another BRAG step that presumes that "${build.log.dir}/summary" exists.

@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