aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-08-23 17:23:15 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-08-23 17:23:15 +0000
commit78d87c0cc47dd707ff556e3926c9a32f8a77f5db (patch)
tree66af44c2d64c26870c61133abf5d0eabc8eb3952 /Makefile
parent8e1fb371b36936adf40c8cde11bd4e38cb89f114 (diff)
downloadioquake3-aero-78d87c0cc47dd707ff556e3926c9a32f8a77f5db.tar.gz
ioquake3-aero-78d87c0cc47dd707ff556e3926c9a32f8a77f5db.zip
* PNG support from Joerg Dietrich <dietrich_joerg@t-online.de>
* Cleanup of tabulation in R_LoadImage git-svn-id: svn://svn.icculus.org/quake3/trunk@1132 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eabac83..fd6c29d 100644
--- a/Makefile
+++ b/Makefile
@@ -945,6 +945,7 @@ Q3OBJ = \
$(B)/client/q_shared.o \
\
$(B)/client/unzip.o \
+ $(B)/client/puff.o \
$(B)/client/vm.o \
$(B)/client/vm_interpreted.o \
\