hlm.bat
author darios@symbian.org
Fri, 29 May 2009 16:03:16 +0100
changeset 16 e1b9f78cef38
parent 0 d1c51edcc657
permissions -rw-r--r--
Project spec and config to be taken from a dir instead of from a repo

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