Blame projects/beos/x86-static.txt

Packit 0ba690
This project builds a static library version of libpng on x86 BeOS.
Packit 0ba690
Packit 0ba690
It defines PNG_USE_PNGGCCRD, which activates the assembly code in
Packit 0ba690
pnggccrd.c; this hasn't been extensively tested on BeOS.
Packit 0ba690
Packit 0ba690
To install:
Packit 0ba690
Packit 0ba690
1) build
Packit 0ba690
Packit 0ba690
   Note: As of version 1.0.10, you'll get a fair number of warnings when
Packit 0ba690
         you compile pnggccrd.c.  As far as I know, these are harmless,
Packit 0ba690
         but it would be better if someone fixed them.
Packit 0ba690
Packit 0ba690
2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which
Packit 0ba690
   you'll have to make) is a good choice
Packit 0ba690
Packit 0ba690
3) copy libpng.a to /boot/home/config/lib
Packit 0ba690
Packit 0ba690
4) build your libpng.a applications (remember to include libz.a as
Packit 0ba690
   well when you link)
Packit 0ba690
Packit 0ba690
- Chris Herborth, March 27, 2001