x86-static.txt
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

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