hlm.bat
author darios@symbian.org
Wed, 06 May 2009 18:26:34 +0100
changeset 12 2eaa774ddc63
parent 0 d1c51edcc657
permissions -rw-r--r--
Changed location of package build config and numbers.txt

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