common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Wed, 28 Apr 2010 17:28:01 +0100
changeset 1015 334e3f2f79e5
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Update run-qmake template to run Orbit configure.py first, followed by mkspec export. This should allow hb SYSTEMINCLUDEs for subsequently processed .pro files.

@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