common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 08 Oct 2009 14:50:14 +0100
changeset 624 5264fdaaf0c6
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Make sf.spec.job.codeline the publishing category

@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