common/hlm.bat
author Chetan Kapoor<chetank@symbian.org>
Mon, 27 Sep 2010 12:33:22 +0100
changeset 1269 f959926bea0a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Minor change to sf.spec.publish.release.zips.

@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