common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 21 Sep 2009 11:33:39 +0100
changeset 471 fa59cc9be549
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 365 build-info.xml - BOM for config & project in different format to sources Fixed the part of the discrepancy: the local revision numbers being included in the BOM output.

@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