common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 10 Nov 2009 11:33:04 +0000
changeset 747 76f9aaeefbab
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 881: Now also provides the locations of the two split-build system definitions to the release note generator, so it will work with both single and split builds.

@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