hlm.bat
author Dario Sestito <darios@symbian.org>
Fri, 06 Nov 2009 18:21:49 +0000
changeset 60 6e2dd2cc846d
parent 0 d1c51edcc657
permissions -rw-r--r--
Fix --sbsconfig option should take a string as argument

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