hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 26 Jun 2009 18:34:34 +0100
changeset 22 7a9425957569
parent 0 d1c51edcc657
permissions -rw-r--r--
Label to be retrieved automatically from project repo path, numbers file indexed by revision zero hash

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