diff options
author | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2009-05-18 16:01:26 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2009-05-18 16:01:26 -0500 |
commit | c996d13ec3c94b0c5539b7985c779cb93a22730c (patch) | |
tree | 7b5bedc1e6ba8e1294cd6bae4f548448bbe41fa5 /contrib/pngminim/preader/gather.sh | |
parent | a31c74f7ef7f6c79149223ee74449f5659d7f9e1 (diff) | |
download | libpng-c996d13ec3c94b0c5539b7985c779cb93a22730c.tar.gz |
Add contrib/pngminim/preader
based on contrib/gregbook/rpng2-x
Diffstat (limited to 'contrib/pngminim/preader/gather.sh')
-rwxr-xr-x | contrib/pngminim/preader/gather.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh new file mode 100755 index 000000000..8a29a7b33 --- /dev/null +++ b/contrib/pngminim/preader/gather.sh @@ -0,0 +1,9 @@ +cp ../../gregbook/rpng2-x.c ../../gregbook/readpng2.[ch] . +cp ../../gregbook/COPYING ../../gregbook/LICENSE . +cp ../../../*.h . +cp ../../../*.c . +rm example.c pnggccrd.c pngvcrd.c pngtest.c pngw*.c +# change the following 2 lines if zlib is somewhere else +cp ../../../../zlib/*.h . +cp ../../../../zlib/*.c . +rm minigzip.c example.c compress.c deflate.c |