common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Tue, 12 May 2009 14:47:47 +0100
changeset 91 786a0a00701e
parent 6 8bbcf7b2218d
permissions -rw-r--r--
1) Update binary packaging solution to invoke 7za directly. 2) Add partially complete ATS sf-send-testpkg target and associated tools

@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