common/hlm.bat
author srilekhas <srilekhas@symbian.org>
Fri, 01 Oct 2010 14:21:02 +0100
changeset 1282 6a4e549c6310
parent 6 8bbcf7b2218d
permissions -rw-r--r--
compile.ant.xml updated to compile tools_model.xml.

@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