common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 07 Oct 2009 12:16:14 +0100
changeset 614 ebd02353c4d9
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added work-around for the QEMU package whilst it's still in an interim location, but we want to release it in a PDK. (The proper fix would be to move the repository into the right place and update the sources.csv, but time is of the essence!)

@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