aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jocl.all.win32.bat
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-07 19:59:08 +0200
committerSven Gothel <[email protected]>2023-05-07 19:59:08 +0200
commit5e957ba84836011400d9664785797ba6bdef449c (patch)
tree56027d32cda9f2c37892f9dfc9b3928cf8f83010 /make/scripts/make.jocl.all.win32.bat
parent73be130aa5fee622b37e3ca8296e02d102e6be7f (diff)
Update Windows build scripts
Diffstat (limited to 'make/scripts/make.jocl.all.win32.bat')
-rwxr-xr-xmake/scripts/make.jocl.all.win32.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jocl.all.win32.bat b/make/scripts/make.jocl.all.win32.bat
index 1f2eda11..4ab9e919 100755
--- a/make/scripts/make.jocl.all.win32.bat
+++ b/make/scripts/make.jocl.all.win32.bat
@@ -6,7 +6,7 @@ set ANT_PATH=C:\apache-ant-1.10.5
set GIT_PATH=C:\cygwin64\bin
set SEVENZIP=C:\Program Files\7-Zip
-set CMAKE_PATH=C:\cmake-3.15.2-win32-x86
+set CMAKE_PATH=C:\cmake-3.25.1-windows-x86_64
set CMAKE_C_COMPILER=c:\mingw32\bin\gcc
set PATH=%J2RE_HOME%\bin;%JAVA_HOME%\bin;%ANT_PATH%\bin;c:\mingw32\bin;%CMAKE_PATH%\bin;%GIT_PATH%;%SEVENZIP%;%PATH%