common/hlm.bat
author MattD <mattd@symbian.org>
Thu, 08 Oct 2009 10:55:38 +0100
changeset 621 327e5b81f1d5
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sf-run-analysis - Making 'sf-brag-to-diamonds' depend on 'sf.spec.publish.enable' property

@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