common/hlm.bat
author Brendan Donegan brendand@symbian.org
Wed, 09 Sep 2009 16:20:04 +0100
changeset 424 557ee0e10870
parent 6 8bbcf7b2218d
permissions -rw-r--r--
added the missing test data for vcard

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