common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 27 Jan 2010 11:34:26 +0000
changeset 859 206902c43bdb
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Removed check for value of PDT_HOME, as it doesn't matter where it's installed, and it's turning the CI builds red.

@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