common/hlm.bat
author shaber@UK-SHABER
Tue, 28 Apr 2009 17:43:37 +0100
changeset 71 cc9038ba0f21
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Remove old s60 bldmelast step and replace with call to generate cenrep files.

@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