common/hlm.bat
author Brendan Donegan <brendand@symbian.org>
Thu, 17 Jun 2010 13:21:25 +0100
changeset 1097 cb4c228f2484
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added call to run-qmake to build.test.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