Mercurial > fife-parpg
view ext/libpng-1.2.29/projects/beos/x86-static.txt @ 164:5b04a7d3ded6
typo fix
some missing event (de)registrations
ability to capture one event multiple times (instead of only having one slot, we have groups and each group has an own slot, the default group is "default" so we are backward compatible
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 15 Oct 2008 14:57:04 +0000 |
parents | 4a0efb7baf70 |
children |
line wrap: on
line source
This project builds a static library version of libpng on x86 BeOS. It defines PNG_USE_PNGGCCRD, which activates the assembly code in pnggccrd.c; this hasn't been extensively tested on BeOS. To install: 1) build Note: As of version 1.0.10, you'll get a fair number of warnings when you compile pnggccrd.c. As far as I know, these are harmless, but it would be better if someone fixed them. 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which you'll have to make) is a good choice 3) copy libpng.a to /boot/home/config/lib 4) build your libpng.a applications (remember to include libz.a as well when you link) - Chris Herborth, March 27, 2001