hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 19 Oct 2009 14:36:08 +0100
changeset 51 5db037fb1000
parent 0 d1c51edcc657
permissions -rw-r--r--
Change location of numbers file to v800020 as builds are published there now

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal