common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 16 Mar 2010 11:43:17 +0000
changeset 933 b1c372bfef95
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Adjusted invocation of ConE so it doesn't completely fail if /epoc32/rom/config/ does not exist. Should get the CI build running again.

@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