hlm.bat
author darios@symbian.org
Fri, 22 May 2009 16:54:57 +0100
changeset 14 0c4d71ffa649
parent 0 d1c51edcc657
permissions -rw-r--r--
Changed location of pkgbuild config to take account of the new structure of the Mercurial repos

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