summaryrefslogtreecommitdiffstats
path: root/jenkins-server-slave-setup
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-08-19 07:26:56 +0200
committerSven Gothel <[email protected]>2019-08-19 07:26:56 +0200
commitb841d30c49a1fd95a713a2fdfcd30d57aa066356 (patch)
treee145c20f8326e3273c23605d984d815b8f63c9df /jenkins-server-slave-setup
parent030199313ecb45dfbd2a05094870d314ace20ef3 (diff)
MingW64 32bit is installed on mingw32 per default.
Diffstat (limited to 'jenkins-server-slave-setup')
-rwxr-xr-xjenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat
index a725f51..0819de7 100755
--- a/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat
+++ b/jenkins-server-slave-setup/nodes/sgothel-win64-nvgtx460-010_011/win64-nvgtx460-win7-jogamp-x32-sgothel-010.bat
@@ -5,9 +5,9 @@ set GIT_PATH=C:\cygwin\bin
set SEVENZIP=C:\Program Files\7-Zip
set CMAKE_PATH=C:\cmake-3.15.2-win32-x86
-set CMAKE_C_COMPILER=c:\mingw\bin\gcc
+set CMAKE_C_COMPILER=c:\mingw32\bin\gcc
-set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH%
+set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw32\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH%
set SOURCE_LEVEL=1.8
set TARGET_LEVEL=1.8