common/hlm.bat
author MattD <mattd@symbian.org>
Wed, 07 Oct 2009 14:12:03 +0100
changeset 617 637df8247b78
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sf-check-env - Fixed typo causing build to always halt if 'sf.suppress.buildenv.check' isn't set.

@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