common/hlm.bat
author Chetan Kapoor <chetank@symbian.org>
Wed, 28 Apr 2010 15:19:18 +0100
changeset 1004 bd44a5c3330c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Moving call to sf-package-tools outside the /parallel tag

@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