Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@1327 632fc199-4ca6-4c93-a231-07263d6284db
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 618beb3..8448eeb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -235,7 +235,7 @@
add_executable(rdjpgcom rdjpgcom.c)
-add_executable(wrjpgcom rdjpgcom.c)
+add_executable(wrjpgcom wrjpgcom.c)
#
diff --git a/ChangeLog.txt b/ChangeLog.txt
index ac51cbb..28aca8a 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -36,6 +36,9 @@
[9] Fixed a segfault that occurred when calling output_message() with msg_code
set to JMSG_COPYRIGHT.
+[10] Fixed a bug in the build system that was causing the Windows version of
+wrjpgcom to be built using the rdjpgcom code.
+
1.2.1
=====