mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 18:41:57 +00:00
10 lines
287 B
Bash
Executable file
10 lines
287 B
Bash
Executable file
cp ../../pngminus/pnm2png.c pnm2pngm.c
|
|
cp ../../../*.h .
|
|
cp ../../../*.c .
|
|
rm pnggccrd.c pngvcrd.c
|
|
rm example.c pngtest.c pngr*.c pngpread.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 gz*
|