~random-stuff/libpng/libpng-1.6.x

« back to all changes in this revision

Viewing changes to contrib/pngminim/decoder/gather.sh

  • Committer: Sérgio Benjamim
  • Date: 2015-10-10 23:00:20 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20151010230020-gdtmmv30zn25396n
Update to 1.6.18.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
cp ../../pngminus/png2pnm.c pngm2pnm.c
4
 
cp ../../../*.h .
5
 
cp ../../../*.c .
6
 
rm example.c pngtest.c pngpread.c pngw*.c
7
 
# change the following 2 lines if zlib is somewhere else
8
 
cp ../../../../zlib/*.h .
9
 
cp ../../../../zlib/*.c .
10
 
rm minigzip.c example.c compress.c deflate.c gz*