From 594a960cd72a5859429967e3f23fa7aaac1f712c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 23 Jan 2023 10:10:26 +0100 Subject: Bump cpptasks.jar, commit 19c854265956942497dc89444a9ee84f18383671 (Support native windows dll-names) Add support for Windows dynamic library target, i.e. NAME.dll instead of libNAME.dll. This is now required when linking a GLUENAME1.dll to TOOLNAME1.dll, where GLUENAME1.dll is loaded via System.loadLibrary() and TOOLNAME1.dll required to be found. Might be a change in the current ming64 toolchain. Before this change, the library name 'libTOOLNAME1.so' was written into `libGLUENAME1.so` and hence could not be found (manually renamed to a dll name). Now we can also drop the manual rename of libNAME1.so -> NAME1.dll, finally :) --- make/lib/cpptasks-version.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'make/lib/cpptasks-version.txt') diff --git a/make/lib/cpptasks-version.txt b/make/lib/cpptasks-version.txt index 339d395..231d444 100755 --- a/make/lib/cpptasks-version.txt +++ b/make/lib/cpptasks-version.txt @@ -1,5 +1,6 @@ Current cpptasks is from +commit 19c854265956942497dc89444a9ee84f18383671 Original cpptasks is from -- cgit v1.2.3