common/hlm.bat
author Dario Sestito <darios@symbian.org>
Wed, 20 May 2009 14:25:38 +0100
changeset 190 b7d91e23d5bf
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Changed PDK and filter options to get PDK_candidate_1 binaries

@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