common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 19 Aug 2010 18:28:55 +0100
changeset 1217 45a01420a26f
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add default props file for tip_bulk_s3

@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