提交 e6b710cb 编写于 作者: J John Bowler 提交者: Glenn Randers-Pehrson

[libpng16] Made pngvalid so that it will build outside the libpng source tree.

上级 be85fa60
...@@ -527,6 +527,7 @@ Version 1.6.0beta30 [October 24, 2012] ...@@ -527,6 +527,7 @@ Version 1.6.0beta30 [October 24, 2012]
Version 1.6.0beta31 [October 26, 2012] Version 1.6.0beta31 [October 26, 2012]
Undid the erroneous change to vstudio/pngvalid build in libpng-1.6.0beta30. Undid the erroneous change to vstudio/pngvalid build in libpng-1.6.0beta30.
Made pngvalid so that it will build outside the libpng source tree.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit
......
...@@ -4279,6 +4279,7 @@ Version 1.6.0beta30 [October 24, 2012] ...@@ -4279,6 +4279,7 @@ Version 1.6.0beta30 [October 24, 2012]
Version 1.6.0beta31 [October 26, 2012] Version 1.6.0beta31 [October 26, 2012]
Undid the erroneous change to vstudio/pngvalid build in libpng-1.6.0beta30. Undid the erroneous change to vstudio/pngvalid build in libpng-1.6.0beta30.
Made pngvalid so that it will build outside the libpng source tree.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit (subscription required; visit
......
...@@ -107,7 +107,11 @@ typedef png_byte *png_const_bytep; ...@@ -107,7 +107,11 @@ typedef png_byte *png_const_bytep;
#endif #endif
/***************************** EXCEPTION HANDLING *****************************/ /***************************** EXCEPTION HANDLING *****************************/
#include "../visupng/cexcept.h" #ifdef PNG_FREESTANDING_TESTS
# include <cexcept.h>
#else
# include "../visupng/cexcept.h"
#endif
#ifdef __cplusplus #ifdef __cplusplus
# define this not_the_cpp_this # define this not_the_cpp_this
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册