Build script: Make sure "java.exe" is found in %JAVA_HOME% environment variable.

This commit is contained in:
LoRd_MuldeR 2017-10-31 21:01:32 +01:00
parent a2ea88c4ec
commit 42e2ce718d
2 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,11 @@ setlocal EnableDelayedExpansion
call "%~dp0\_paths.bat"
if not exist "%JAVA_HOME%\bin\java.exe" (
"%~dp0\..\..\..\Prerequisites\CEcho\cecho.exe" red "\nJava Runtime not found. Please check your JAVA_HOME environment variable^!\n"
pause && exit
)
:: ------------------------------------------
:: Create Documents
:: ------------------------------------------

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 7
#define VER_LAMEXP_BUILD 2043
#define VER_LAMEXP_BUILD 2044
#define VER_LAMEXP_CONFG 2002
///////////////////////////////////////////////////////////////////////////////