From 3525af421e7b1e622599b8ca45728105aa1e6158 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 11 Dec 2018 15:21:50 +0100
Subject: local build windows scripts: add 7zip to path

---
 make/scripts/make.gluegen.all.win64.bat | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat
index faba4c3..d591a01 100755
--- a/make/scripts/make.gluegen.all.win64.bat
+++ b/make/scripts/make.gluegen.all.win64.bat
@@ -3,8 +3,10 @@ set THISDIR="C:\JOGL"
 set J2RE_HOME=c:\jre1.8.0_25_x64
 set JAVA_HOME=c:\jdk1.8.0_25_x64
 set ANT_PATH=C:\apache-ant-1.9.4
+set GIT_PATH=C:\cygwin\bin
+set SEVENZIP=C:\Program Files\7-Zip
 
-set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%PATH%
+set PATH=%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;c:\mingw\bin;%GIT_PATH%;%SEVENZIP%;%PATH%
 
 set LIB_GEN=%THISDIR%\lib
 set CLASSPATH=.;%THISDIR%\build-win64\classes
-- 
cgit v1.2.3