common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 07 Jul 2010 15:15:41 +0100
changeset 1170 6dad376b9835
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Removed definitions of sf-s60-compile, as there are no longer any users of the target.

@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