common/hlm.bat
author Tony Butler <tony.butler@nokia.com>
Fri, 04 Jun 2010 15:05:10 +0100
changeset 1056 0d7b12764c40
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Remove hard-coded dependency to lib.path

@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