common/hlm.bat
author William Roberts <williamr@symbian.org>
Thu, 18 Jun 2009 13:42:29 +0100
changeset 164 9a13f5f790ee
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Remove the "abld import" stuff, add "No rule to make" and "Can't find mmp file" processing

@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