common/hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 02 Sep 2010 13:32:47 +0100
changeset 1244 c04fc0405d17
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Account for total number of releasables when translating uh to brag and to Diamonds

@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