hlm.bat
author Dario Sestito <darios@symbian.org>
Thu, 09 Sep 2010 13:49:23 +0100
changeset 81 ec156946b469
parent 0 d1c51edcc657
permissions -rw-r--r--
Add call to sf-finalize

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