common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 08 Dec 2009 12:00:46 +0000
changeset 815 3ae590eac695
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Re-assessed some of the raptor error messages to reflect the inconsequential nature of missing the MS dev tools when not trying to build the tools target.

@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