From 14166266211e0a96d0c3f37854ea4f5d98b12a0c Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 10 Nov 2009 13:32:39 +0000 Subject: Import libpng-1.2.40 git-svn-id: svn://tug.org/texlive/trunk@15978 c570f23f-e606-0410-a88d-b1316a301751 --- .../libpng-1.2.40/projects/beos/x86-shared.proj | Bin 0 -> 17031 bytes .../libpng-1.2.40/projects/beos/x86-shared.txt | 22 +++++++++++++++++++++ .../libpng-1.2.40/projects/beos/x86-static.proj | Bin 0 -> 16706 bytes .../libpng-1.2.40/projects/beos/x86-static.txt | 22 +++++++++++++++++++++ 4 files changed, 44 insertions(+) create mode 100644 Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.proj create mode 100644 Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.txt create mode 100644 Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.proj create mode 100644 Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.txt (limited to 'Build/source/libs/libpng/libpng-1.2.40/projects/beos') diff --git a/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.proj b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.proj new file mode 100644 index 00000000000..6d2e3c31998 Binary files /dev/null and b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.proj differ diff --git a/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.txt b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-shared.txt new file mode 100644 index 00000000000..0cd4d9db4c3 --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.2.40/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/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.proj b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.proj new file mode 100644 index 00000000000..37c0753664a Binary files /dev/null and b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.proj differ diff --git a/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.txt b/Build/source/libs/libpng/libpng-1.2.40/projects/beos/x86-static.txt new file mode 100644 index 00000000000..bb80aaa5fa6 --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.2.40/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 -- cgit v1.2.3