hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 10 Aug 2009 14:24:35 +0100
changeset 40 6661369591af
parent 0 d1c51edcc657
permissions -rw-r--r--
Build console output must be redirected to file but must also go to console

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