common/hlm.bat
author MattD <mattd@symbian.org>
Wed, 02 Sep 2009 18:28:55 +0100
changeset 391 bb7bd27a0a82
parent 6 8bbcf7b2218d
permissions -rw-r--r--
bldmefirst fix for symbian^2 symbian^3 builds - getting location of symbian_OS.hrh and variant.cfg from the project config.

@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