common/hlm.bat
author Shabe Razvi <shaber@symbian.org>
Thu, 24 Jun 2010 17:30:25 +0100
changeset 1116 029af3c09d9d
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Add bldmefirst export for s60_sbs_config.xml to allow use of custom sbs targets

@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