sf.os.compile.iterate property - changed iterate compile check from <isset> to <istrue> so it can be overridden at the commandline or wherever.
@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