r1449 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Aug 19 06:03:15 EDT 2008
Author: tma
Date: 2008-08-19 06:03:14 -0400 (Tue, 19 Aug 2008)
New Revision: 1449
Modified:
trunk/Makefile
Log:
* Alpha sort the jpeg file list in the Makefile, just because
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2008-08-17 23:22:06 UTC (rev 1448)
+++ trunk/Makefile 2008-08-19 10:03:14 UTC (rev 1449)
@@ -1272,18 +1272,17 @@
\
$(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 @@
$(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 \
More information about the quake3-commits
mailing list