hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 28 Jul 2009 18:19:25 +0100
changeset 31 7d05cbb136ad
parent 0 d1c51edcc657
permissions -rw-r--r--
Enable package builds from one common repository

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