common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 04 Sep 2009 17:38:56 +0100
changeset 395 1f4867b1e0c1
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Updated the mechanism for the conditional execution of sf-diamods-tag-build

@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