diff options
Diffstat (limited to 'contrib/pngminim/encoder/gather.sh')
-rwxr-xr-x | contrib/pngminim/encoder/gather.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh deleted file mode 100755 index 7b0c803..0000000 --- a/contrib/pngminim/encoder/gather.sh +++ /dev/null @@ -1,9 +0,0 @@ -cp ../../pngminus/pnm2png.c pnm2pngm.c -cp ../../../*.h . -cp ../../../*.c . -rm example.c pnggccrd.c pngvcrd.c pngtest.c pngr*.c -# Change the next 2 lines if zlib is somewhere else. -cp ../../../../zlib/*.h . -cp ../../../../zlib/*.c . -rm inf*.[ch] -rm minigzip.c example.c |