mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
upgrade zlib to 1.3.1
This commit is contained in:
parent
ed717abaf7
commit
8a54622bd7
202 changed files with 55552 additions and 4014 deletions
8
Engine/lib/zlib/contrib/blast/Makefile
Normal file
8
Engine/lib/zlib/contrib/blast/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
blast: blast.c blast.h
|
||||
cc -DTEST -o blast blast.c
|
||||
|
||||
test: blast
|
||||
blast < test.pk | cmp - test.txt
|
||||
|
||||
clean:
|
||||
rm -f blast blast.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue