common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 11 May 2009 17:31:24 +0100
changeset 90 5b27412eeaf0
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Removed obsolete variable (@includes). Moved remaining code round so that an XML entry is created even if there are no local files detected. (Ie same approach as src repositories.)

@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