common/hlm.bat
author MattD <mattd@symbian.org>
Tue, 02 Feb 2010 13:57:31 +0000
changeset 870 62d784756974
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sf-s60-cone-cenrep - S60 config with epoc32/data/z combintation was missing.

@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