hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 20 Oct 2009 12:41:54 +0100
changeset 54 e643758258cb
parent 0 d1c51edcc657
permissions -rw-r--r--
Add build_platform.pl script

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