common/hlm.bat
author Louis Henry Nayegon <louisn@symbian.org>
Wed, 03 Jun 2009 13:11:13 +0100
changeset 136 44a878dcb782
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add perl script to build test zip Remove unwanted files for smoke test

@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