diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-08-23 17:23:15 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-08-23 17:23:15 +0000 |
commit | 78d87c0cc47dd707ff556e3926c9a32f8a77f5db (patch) | |
tree | 66af44c2d64c26870c61133abf5d0eabc8eb3952 /Makefile | |
parent | 8e1fb371b36936adf40c8cde11bd4e38cb89f114 (diff) | |
download | ioquake3-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ \ |