common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 04 Aug 2010 12:30:14 +0100
changeset 1181 7ff3bbb2e9d9
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Made better use of fmpp constructs when filtering units and specfifying default options. Removed '/'s that don't belong in the output.

@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