common/hlm.bat
author Dario Sestito <darios@symbian.org>
Mon, 17 May 2010 13:41:23 +0100
changeset 1032 8193f74ab0ad
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Change PDK baseline for symbian3 and CompilerCompatibility builds to PDK 3.0.i

@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