Navigation Menu

Skip to content

Commit

Permalink
Sam Lantinga - Sun Aug 19 01:51:44 PDT 2001
Browse files Browse the repository at this point in the history
 * Added Project Builder projects for building MacOS X framework
  • Loading branch information
slouken committed Aug 19, 2001
1 parent 3a0a020 commit 20ab016
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,5 +1,7 @@

1.2.1:
Sam Lantinga - Sun Aug 19 01:51:44 PDT 2001
* Added Project Builder projects for building MacOS X framework
Mattias Engdeg�rd - Tue Jul 31 04:32:29 PDT 2001
* Fixed transparency in 8-bit PNG files
Mattias Engdeg�rd - Sat Apr 28 11:30:22 PDT 2001
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Expand Up @@ -22,6 +22,7 @@ libSDL_image_la_SOURCES = \
EXTRA_DIST = \
CHANGES \
VisualC.zip \
PBProjects.tar.gz \
MPWmake.sea.bin \
IMG_xxx.c \
SDL_image.spec \
Expand Down
Binary file added PBProjects.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -118,7 +118,7 @@ if test x$enable_png = xyes; then
AC_CHECK_LIB(png, png_create_read_struct, have_libpng=yes, , -lz)
if test x$have_libpng != xyes; then
AC_MSG_WARN([
*** Unable to find PNG library (http://www.cdrom.com/pub/png/)
*** Unable to find PNG library (http://www.libpng.org/pub/png/libpng.html)
])
fi
AC_CHECK_LIB(z, uncompress, have_libz=yes)
Expand Down

0 comments on commit 20ab016

Please sign in to comment.