common/hlm.bat
author brendand
Fri, 13 Nov 2009 09:56:18 +0000
changeset 758 dd806856a8f6
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Test: Input methods smoke tests added.

@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