common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 10 Feb 2010 15:18:36 +0000
changeset 885 00ec68ebd201
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Update baseline for symbian3 and CompilerCompatibility builds. Removed unused property file for NewGraphicsArchitecture

@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