common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Wed, 02 Sep 2009 11:43:32 +0100
changeset 388 2ab990de5a23
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Bug 299 populateziptemplate.pl aborts if it cannot determine the license for a source component Source that cannot be sorted correctly into any other category is treated as "misc"

@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