common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 11 Aug 2009 10:45:53 +0100
changeset 343 9b3d3d909bde
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added some diagnostic output when the system definition is built from the sources.csv file.

@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