hlm.bat
author Dario Sestito <darios@symbian.org>
Tue, 21 Jul 2009 12:52:36 +0100
changeset 30 45b248d07f63
parent 0 d1c51edcc657
permissions -rw-r--r--
Fix regexp in clean_package_dirs.pl to account of test builds numbering

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