common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 11 Aug 2009 15:56:05 +0100
changeset 345 26128bd2e266
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Un-hardwired an interim location for the system definition. Removed a target that is over-ridden in both the platform and package specific files.

@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