hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 19 Feb 2010 09:53:32 +0000
changeset 69 82b5ad2f2024
parent 0 d1c51edcc657
permissions -rw-r--r--
By default take project and config from the web

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