Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/xsg



Date:	Friday February 25, 19100 @ 16:37
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla/xsg
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv1177/xsg

Modified Files:
	Makefile 
Log Message:
xsg LTD_STATS compilation fixes.

****************************************

Index: Vanilla/xsg/Makefile
diff -u Vanilla/xsg/Makefile:1.15 Vanilla/xsg/Makefile:1.16
--- Vanilla/xsg/Makefile:1.15	Mon Jul 12 10:11:18 1999
+++ Vanilla/xsg/Makefile	Fri Feb 25 16:37:46 2000
@@ -16,21 +16,18 @@
 			defs.h oldbitmaps.h patchlevel.h struct.h version.h \
 			localdata.h
 
-SRCS =			colors.c ../ntserv/data.c defaults.c dmessage.c ../ntserv/getship.c	\
-			inform.c input.c main.c modify.c newwin.c option.c \
-			planetlist.c planets.c playerlist.c redraw.c \
-			robotwin.c shmem.c sintab.c smessage.c stats.c \
-			util.c war.c warning.c x11window.c \
-			localdata.c ../ntserv/getpath.c ../ntserv/distress.c ../ntserv/slotmaint.c
+SRCS =	colors.c ../ntserv/data.c defaults.c dmessage.c ../ntserv/getship.c \
+	inform.c input.c main.c modify.c newwin.c option.c planetlist.c \
+	planets.c playerlist.c redraw.c robotwin.c shmem.c sintab.c \
+	smessage.c stats.c util.c war.c warning.c x11window.c localdata.c \
+	../ntserv/getpath.c ../ntserv/distress.c ../ntserv/slotmaint.c \
+	../ntserv/ltd_stats.c
 
-OBJS =			colors.o data.o defaults.o dmessage.o \
-			../ntserv/getship.o	\
-			inform.o input.o main.o modify.o newwin.o option.o \
-			planetlist.o planets.o playerlist.o redraw.o \
-			robotwin.o shmem.o sintab.o smessage.o stats.o \
-			util.o war.o warning.o x11window.o \
-			localdata.o ../ntserv/getpath.o ../ntserv/distress.o \
-			../ntserv/slotmaint.o
+OBJS =	colors.o data.o defaults.o dmessage.o ../ntserv/getship.o inform.o \
+	input.o main.o modify.o newwin.o option.o planetlist.o planets.o \
+	playerlist.o redraw.o robotwin.o shmem.o sintab.o smessage.o stats.o \
+	util.o war.o warning.o x11window.o localdata.o ../ntserv/getpath.o \
+	../ntserv/distress.o ../ntserv/slotmaint.o ../ntserv/ltd_stats.o
 
 LIBS = $(X11LIB) $(EXTRALIBS) -lm
 INCS = $(EXTRAINCS) $(X11INCLUDE)