aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pngminim/decoder/gather.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pngminim/decoder/gather.sh')
-rwxr-xr-xcontrib/pngminim/decoder/gather.sh8
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