hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 13 Jan 2010 17:59:23 +0000
changeset 63 be578de158ab
parent 0 d1c51edcc657
permissions -rw-r--r--
Speed up by doing a pull and update when possible. Added stopwatch calls to identify where the time is spent. Re-organised to use a parameterised target to do the serious work.

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
call %HELIUM_HOME%\hlm.bat %*
endlocal