common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Thu, 24 Sep 2009 19:02:07 +0100
changeset 519 a75125f33ba4
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added setting of properties that are common to all (current) platform builds.

@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