common/hlm.bat
author Tony Butler <tony.butler@nokia.com>
Mon, 09 Aug 2010 12:38:30 +0100
changeset 1211 fc57c9119823
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fix error: there is no stagelogging datatype matching for stage 'compilation'

@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