common/hlm.bat
author Matt Davies <mattd@symbian.org>
Tue, 19 May 2009 16:12:17 +0100
changeset 101 71122b8e1c7b
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added find_collisions.pl Updated the readme.txt for instructions.

@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