diff options
author | Upstream <upstream-import@none> | 1970-01-12 13:46:40 +0000 |
---|---|---|
committer | Upstream <upstream-import@none> | 1970-01-12 13:46:40 +0000 |
commit | 0640679f04398a7d06319d5c47b0f71bf82854a0 (patch) | |
tree | e2e1ab513152e6059612b87013a556ac2e9ac0eb /contrib/pngminim/decoder/gather.sh | |
download | external_libpng-0640679f04398a7d06319d5c47b0f71bf82854a0.zip external_libpng-0640679f04398a7d06319d5c47b0f71bf82854a0.tar.gz external_libpng-0640679f04398a7d06319d5c47b0f71bf82854a0.tar.bz2 |
external/libpng 1.2.29
Diffstat (limited to 'contrib/pngminim/decoder/gather.sh')
-rwxr-xr-x | contrib/pngminim/decoder/gather.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh new file mode 100755 index 0000000..e28ddaf --- /dev/null +++ b/contrib/pngminim/decoder/gather.sh @@ -0,0 +1,8 @@ +cp ../../pngminus/png2pnm.c pngm2pnm.c +cp ../../../*.h . +cp ../../../*.c . +rm example.c pnggccrd.c pngvcrd.c pngtest.c pngpread.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 |