Big oops. wrjpgcom on Windows was being built using the rdjpgcom source.

This commit is contained in:
DRC
2014-06-22 20:46:48 +00:00
parent e3d3cc073d
commit 8d4544b7bc
2 changed files with 3 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ set_property(TARGET jpegtran-static PROPERTY COMPILE_FLAGS "-DUSE_SETMODE")
add_executable(rdjpgcom rdjpgcom.c)
add_executable(wrjpgcom rdjpgcom.c)
add_executable(wrjpgcom wrjpgcom.c)
#

View File

@@ -77,6 +77,8 @@ set to JMSG_COPYRIGHT.
characters to be passed on the command line, which was causing it to generate
incorrect JPEG files.
[12] Fixed a bug in the build system that was causing the Windows version of
wrjpgcom to be built using the rdjpgcom code.
1.3.1