common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 18 Nov 2009 19:14:23 +0000
changeset 778 33511d5b1edb
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Update send_xml_to_diamonds.py and update invoking code to match new i/f

@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