common/hlm.bat
author ThomasE
Wed, 07 Oct 2009 17:52:05 +0100
changeset 619 5a46e24ea747
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Fixed md5 zipping in case no publish is requested. Added overwriting of variant.cfg if it already exists

@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