common/hlm.bat
author MattD <mattd@symbian.org>
Fri, 09 Oct 2009 17:01:52 +0100
changeset 637 3effbd6728d4
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Modified sf-check-missing-os-files to deal with 'sf.os.compile.iterate' property. Added new target 'sf-compile-options' for setting the gmake sbs compile option, and added it as a dep for the compile targets.

@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