From e37ce851902af9a0c54508a693024ceaccf49abd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 14 Aug 2018 16:28:52 -0400 Subject: Clarify static vs. import library on Windows (fixes #225) --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d74f7c3..415d2917 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-08-14 Jay Berkenbilt + + * For the mingw builds, change the name of the DLL import library + from libqpdf.a to libqpdf.dll.a to avoid confusing it with a + static library. This potentially clears the way for supporting a + static library in the future, though presently, the qpdf Windows + build only builds the DLL and executables. Fixes #225. + 2018-08-13 Jay Berkenbilt * Add new class QPDFSystemError, derived from std::runtime_error, -- cgit v1.2.3-54-g00ecf