aboutsummaryrefslogtreecommitdiffstats
path: root/projects/beos
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:30 -0800
commit0d889b4fd2c96153983a28cc5757c0172d9eb78b (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /projects/beos
parent78ac9384d6ca0067d77b843b70bbdd828bb738df (diff)
downloadexternal_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.zip
external_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.tar.gz
external_libpng-0d889b4fd2c96153983a28cc5757c0172d9eb78b.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'projects/beos')
-rw-r--r--projects/beos/x86-shared.projbin17031 -> 0 bytes
-rw-r--r--projects/beos/x86-shared.txt22
-rw-r--r--projects/beos/x86-static.projbin16706 -> 0 bytes
-rw-r--r--projects/beos/x86-static.txt22
4 files changed, 0 insertions, 44 deletions
diff --git a/projects/beos/x86-shared.proj b/projects/beos/x86-shared.proj
deleted file mode 100644
index 6d2e3c3..0000000
--- a/projects/beos/x86-shared.proj
+++ /dev/null
Binary files differ
diff --git a/projects/beos/x86-shared.txt b/projects/beos/x86-shared.txt
deleted file mode 100644
index 0cd4d9d..0000000
--- a/projects/beos/x86-shared.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-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/projects/beos/x86-static.proj b/projects/beos/x86-static.proj
deleted file mode 100644
index 37c0753..0000000
--- a/projects/beos/x86-static.proj
+++ /dev/null
Binary files differ
diff --git a/projects/beos/x86-static.txt b/projects/beos/x86-static.txt
deleted file mode 100644
index bb80aaa..0000000
--- a/projects/beos/x86-static.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-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