From 63299152bc384dff835fc54a2d7a5cc4d15eac35 Mon Sep 17 00:00:00 2001 From: tma Date: Tue, 19 Aug 2008 10:03:14 +0000 Subject: * 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 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8dd2362..cec340c 100644 --- a/Makefile +++ b/Makefile @@ -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 \ -- cgit v1.2.3