hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 29 Oct 2009 11:35:36 +0000
changeset 58 806b67128bee
parent 0 d1c51edcc657
permissions -rw-r--r--
Removed --rvct4 option and introduced a more generic --sbsconfig option

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