common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 08 Sep 2010 13:54:46 +0100
changeset 1249 96548ab09767
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add brag determination in a separate hlm call

@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