hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 20 Jul 2009 17:19:07 +0100
changeset 28 bf45384632b0
parent 0 d1c51edcc657
permissions -rw-r--r--
Add support for --testbuild and --nopublish options

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