[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/lib/libpng/projects/beos/x86-shared.proj b/ap/lib/libpng/projects/beos/x86-shared.proj
new file mode 100755
index 0000000..6d2e3c3
--- /dev/null
+++ b/ap/lib/libpng/projects/beos/x86-shared.proj
Binary files differ
diff --git a/ap/lib/libpng/projects/beos/x86-shared.txt b/ap/lib/libpng/projects/beos/x86-shared.txt
new file mode 100755
index 0000000..0cd4d9d
--- /dev/null
+++ b/ap/lib/libpng/projects/beos/x86-shared.txt
@@ -0,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
diff --git a/ap/lib/libpng/projects/beos/x86-static.proj b/ap/lib/libpng/projects/beos/x86-static.proj
new file mode 100755
index 0000000..37c0753
--- /dev/null
+++ b/ap/lib/libpng/projects/beos/x86-static.proj
Binary files differ
diff --git a/ap/lib/libpng/projects/beos/x86-static.txt b/ap/lib/libpng/projects/beos/x86-static.txt
new file mode 100755
index 0000000..bb80aaa
--- /dev/null
+++ b/ap/lib/libpng/projects/beos/x86-static.txt
@@ -0,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