[llvm-commits] CVS: llvm/runtime/libpng/projects/beos/x86-shared.proj x86-shared.txt x86-static.proj x86-static.txt

John Criswell criswell at cs.uiuc.edu
Fri Feb 6 10:55:36 PST 2004


Changes in directory llvm/runtime/libpng/projects/beos:

x86-shared.proj added (r1.1)
x86-shared.txt added (r1.1)
x86-static.proj added (r1.1)
x86-static.txt added (r1.1)

---
Log message:

Initial checking of the libpng library.



---
Diffs of the changes:  (+44 -0)

Index: llvm/runtime/libpng/projects/beos/x86-shared.proj


Index: llvm/runtime/libpng/projects/beos/x86-shared.txt
diff -c /dev/null llvm/runtime/libpng/projects/beos/x86-shared.txt:1.1
*** /dev/null	Fri Feb  6 10:38:02 2004
--- llvm/runtime/libpng/projects/beos/x86-shared.txt	Fri Feb  6 10:37:52 2004
***************
*** 0 ****
--- 1,22 ----
+ This project builds a shared 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.so to /boot/home/config/lib
+ 
+ 4) build your libpng.so applications (remember to include libz.a as
+    well when you link)
+ 
+ - Chris Herborth, March 27, 2001


Index: llvm/runtime/libpng/projects/beos/x86-static.proj


Index: llvm/runtime/libpng/projects/beos/x86-static.txt
diff -c /dev/null llvm/runtime/libpng/projects/beos/x86-static.txt:1.1
*** /dev/null	Fri Feb  6 10:38:02 2004
--- llvm/runtime/libpng/projects/beos/x86-static.txt	Fri Feb  6 10:37:52 2004
***************
*** 0 ****
--- 1,22 ----
+ 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





More information about the llvm-commits mailing list