diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-19 10:03:14 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-19 10:03:14 +0000 |
commit | 63299152bc384dff835fc54a2d7a5cc4d15eac35 (patch) | |
tree | a417b6f33d8cb0d08e19526591f1923466bb2e81 /Makefile | |
parent | 6d6a8ce9e2c428d60f8498f4d702231f4e37dba8 (diff) | |
download | ioquake3-aero-63299152bc384dff835fc54a2d7a5cc4d15eac35.tar.gz ioquake3-aero-63299152bc384dff835fc54a2d7a5cc4d15eac35.zip |
* Alpha sort the jpeg file list in the Makefile, just because
git-svn-id: svn://svn.icculus.org/quake3/trunk@1449 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1272,18 +1272,17 @@ Q3OBJ = \ \ $(B)/client/jcapimin.o \ $(B)/client/jcapistd.o \ - $(B)/client/jchuff.o \ - $(B)/client/jcinit.o \ $(B)/client/jccoefct.o \ $(B)/client/jccolor.o \ - $(B)/client/jfdctflt.o \ $(B)/client/jcdctmgr.o \ - $(B)/client/jcphuff.o \ + $(B)/client/jchuff.o \ + $(B)/client/jcinit.o \ $(B)/client/jcmainct.o \ $(B)/client/jcmarker.o \ $(B)/client/jcmaster.o \ $(B)/client/jcomapi.o \ $(B)/client/jcparam.o \ + $(B)/client/jcphuff.o \ $(B)/client/jcprepct.o \ $(B)/client/jcsample.o \ $(B)/client/jdapimin.o \ @@ -1301,6 +1300,7 @@ Q3OBJ = \ $(B)/client/jdsample.o \ $(B)/client/jdtrans.o \ $(B)/client/jerror.o \ + $(B)/client/jfdctflt.o \ $(B)/client/jidctflt.o \ $(B)/client/jmemmgr.o \ $(B)/client/jmemnobs.o \ |