aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.win64.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-08-18 23:56:42 +0200
committerSven Gothel <[email protected]>2019-08-18 23:56:42 +0200
commit5f4292bb8a310489e05a4f3545ae081310a93f72 (patch)
treeaf52455ba48c73c6a64eab6f481ff9ac6f65b04b /make/scripts/make.gluegen.all.win64.bat
parent6f987f16c808242b61263d76bd7d72e148a0af24 (diff)
Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-xmake/scripts/make.gluegen.all.win64.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat
index 1fea6c4..3601822 100755
--- a/make/scripts/make.gluegen.all.win64.bat
+++ b/make/scripts/make.gluegen.all.win64.bat
@@ -6,7 +6,7 @@ set ANT_PATH=C:\apache-ant-1.10.5
set GIT_PATH=C:\cygwin\bin
set SEVENZIP=C:\Program Files\7-Zip
-set CMAKE_PATH=C:\cmake-2.8.10.2-win32-x86
+set CMAKE_PATH=C:\cmake-3.15.2-win64-x64
set CMAKE_C_COMPILER=c:\mingw64\bin\gcc
set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw64\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH%