summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-11-28 18:37:16 +0000
committerAntonin Descampe <antonin@gmail.com>2010-11-28 18:37:16 +0000
commitefc709578a5501474f467e2faeb700c05137d8dc (patch)
treea74edaf51866bdb9d2ed1d4b7f95d29f637d58fa
parenteb5694ca2a629f707736cbf203b21472ba6a0716 (diff)
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8d4589a4..ea244b74 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ What's New for OpenJPEG
+ : added
November 28, 2010
-! [antonin] changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but not linked against executables).
+! [antonin] changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
November 25, 2010
* [antonin] fix compilation and DLL creation of libopenjpeg with MSYS/MinGW (from vincent.torri, see issue 47 on googlecode)