common/hlm.bat
author William Roberts <williamr@symbian.org>
Tue, 14 Sep 2010 17:06:31 +0100
changeset 1256 468b74292f68
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Explicitly build tools2 in qtmobility, to get the header file generation etc.

@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