common/hlm.bat
author Arnaud Lenoir
Tue, 20 Jul 2010 23:33:58 +0100
changeset 1187 67aec47e519a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
merge revision 1154 to add templates for tests to tip.

@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