common/hlm.bat
author brendand
Thu, 05 Nov 2009 12:29:50 +0000
changeset 739 552776214487
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Test: Tweaked Profile tests and added AppInstall

@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