common/hlm.bat
author ThomasE
Mon, 21 Sep 2009 15:15:41 +0100
changeset 474 6f15b0257b5c
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Updated analyse_components.pl arguments to use system_model_s60.xml as well as a source of package/component names (required for split model)

@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