common/hlm.bat
author matt.davies@SYM-BUILD02.ad-sfpd.intra
Wed, 17 Jun 2009 15:41:09 +0100
changeset 157 1143b5d495f7
parent 6 8bbcf7b2218d
permissions -rw-r--r--
rebuildok.txt - removed 'epoc32/tools/*' for build machines with no vc6 compiler, so all the tools get unzipped in 'sf-unpack-rnd'.

@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