hlm.bat
author Maciej Seroka <maciejs@symbian.org>
Thu, 28 Jan 2010 13:28:00 +0000
changeset 67 16acd1d8d322
parent 0 d1c51edcc657
permissions -rw-r--r--
Removed creation of config sub-directory, so bootstrap works with Hg 1.2

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