common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 21 Jul 2010 15:29:50 +0100
changeset 1188 b7b3892c3ce5
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Moved further feature database artifacts from binaries zip to tools zip. This should be enough to ensure that a platform build that uses a tools baseline includes the necessary feature database 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