common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Tue, 26 Jan 2010 16:58:19 +0000
changeset 856 0e553fdaa218
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added framework for specifying a "sources.csv" for test repos (separate from both the FBF and the sources repos).

@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