common/hlm.bat
author MattD <mattd@symbian.org>
Tue, 02 Mar 2010 12:24:33 +0000
changeset 909 869f7b50a6f1
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sourcesync template - Updated generation of 'changes.txt' so that it does a 'follow' rather than being restricted to a 'branch'. This enables us to see the history if the previous tag was an ancestor but on a different branch.

@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