hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 19 Aug 2009 11:55:21 +0100
changeset 46 4db5e28df888
parent 0 d1c51edcc657
permissions -rw-r--r--
Add call to sf-summary target

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