common/hlm.bat
author Johan Groth <johang@symbian.org>
Fri, 09 Jul 2010 17:24:50 +0100
changeset 1157 06290277aa33
parent 6 8bbcf7b2218d
permissions -rw-r--r--
The file checks against newer versions of Perl (5.10.*), Python (2.5 or 2.6) and Raptor (2.12 or 2.14).

@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