diff options
Diffstat (limited to 'src/3rdparty/libpng/projects/xcode/README.txt')
-rw-r--r-- | src/3rdparty/libpng/projects/xcode/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/3rdparty/libpng/projects/xcode/README.txt b/src/3rdparty/libpng/projects/xcode/README.txt new file mode 100644 index 0000000..440149d --- /dev/null +++ b/src/3rdparty/libpng/projects/xcode/README.txt @@ -0,0 +1,9 @@ +The xcode project has not been entirely updated to libpng-1.4.0. + +It needs to *not* depend on pnggccrd.c or pngvcrd.c + +It needs to PNG_NO_PEDANTIC_WARNINGS in the CFLAGS while building +the library, but not while building an application. + +If an updated version is not received, this project will +be removed when libpng-1.4.0 is released. |