aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-14 11:13:18 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-14 11:13:18 +0000
commit2acf691603cb0fb7c8b580befbc7be49b9300e53 (patch)
tree1c1ec858e4702df6225f5a454187abe61cf7fbe1 /Makefile
parent9ce8f89cbcac7539ee4c7313ab1828d95100dce1 (diff)
downloadioquake3-aero-2acf691603cb0fb7c8b580befbc7be49b9300e53.tar.gz
ioquake3-aero-2acf691603cb0fb7c8b580befbc7be49b9300e53.zip
move all image decoders into separate files
git-svn-id: svn://svn.icculus.org/quake3/trunk@1257 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e42a14e..ad85bf1 100644
--- a/Makefile
+++ b/Makefile
@@ -1175,6 +1175,10 @@ Q3OBJ = \
$(B)/client/tr_font.o \
$(B)/client/tr_image.o \
$(B)/client/tr_image_png.o \
+ $(B)/client/tr_image_jpg.o \
+ $(B)/client/tr_image_bmp.o \
+ $(B)/client/tr_image_tga.o \
+ $(B)/client/tr_image_pcx.o \
$(B)/client/tr_init.o \
$(B)/client/tr_light.o \
$(B)/client/tr_main.o \