hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 27 Jan 2010 16:23:42 +0000
changeset 66 eb493282dec7
parent 0 d1c51edcc657
permissions -rw-r--r--
Config and Project repos should be sync'ed at revision 'default' by default (not 'tip')

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