hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 05 Oct 2009 13:42:08 +0100
changeset 48 5e2200d13067
parent 0 d1c51edcc657
permissions -rw-r--r--
Location of package build config to fbf/config/default

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