common/hlm.bat
author brendand
Fri, 09 Oct 2009 15:14:37 +0100
changeset 633 9c627d501af4
parent 6 8bbcf7b2218d
permissions -rw-r--r--
sorted out more stuff with the dynamic bc, fewer failures now

@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