common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 25 May 2010 20:30:36 +0100
changeset 1046 871bdf0d7610
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Updated template for tagging source code so it uses the TAGS 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