common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Fri, 16 Oct 2009 15:06:40 +0100
changeset 679 7e493c0264f3
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Replaced <available> check with an <uptodate> check, to greatly help people working on the FBF who want the file automatically regenerated according to the changes they have made.

@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