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

CVS update: Vanilla/tools



Date:	Tuesday March 16, 1999 @ 2:53
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla/tools
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv998/tools

Modified Files:
	Makefile cambot.c 
Log Message:
Successful compile using the GNU mp US-RSA library on Linux. 

That darn cambot error showed up again. I think James took care of it.



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

Index: Vanilla/tools/Makefile
diff -u Vanilla/tools/Makefile:1.11 Vanilla/tools/Makefile:1.12
--- Vanilla/tools/Makefile:1.11	Mon Mar 15 21:15:59 1999
+++ Vanilla/tools/Makefile	Tue Mar 16 02:53:24 1999
@@ -74,7 +74,7 @@
 #	$(CC) -o ./cb_sock.o -g $(CFLAGS) -DCAMBOT -c ../ntserv/socket.c
 
 cambot: cambot.o $(M_OBJS) $(GETPATH)
-	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o $(M_OBJS) ../ntserv/getpath.o 
+	$(CC) -o $@ $(CFLAGS) cambot.o ../ntserv/genspkt.o ../ntserv/sysdefaults.o ../ntserv/getship.o ../ntserv/warning.o ../ntserv/smessage.o ../ntserv/distress.o $(M_OBJS) ../ntserv/getpath.o  $(RSA_LIB)
 
 sortdb: sortdb.c ../ntserv/struct.h ../ntserv/defs.h
 	$(CC) -o $@ $(CFLAGS) sortdb.c
@@ -169,4 +169,3 @@
 
 -include .depend
 # DO NOT DELETE
-# DO NOT DELETE THIS LINE -- make depend depends on it.
Index: Vanilla/tools/cambot.c
diff -u Vanilla/tools/cambot.c:1.4 Vanilla/tools/cambot.c:1.5
--- Vanilla/tools/cambot.c:1.4	Fri Mar 12 22:15:02 1999
+++ Vanilla/tools/cambot.c	Tue Mar 16 02:53:24 1999
@@ -50,7 +50,7 @@
 void bouncePingStats() {}
 void bounceSessionStats() {}
 #ifdef RSA
-void bounceRSAClientType() {}
+int bounceRSAClientType() {}
 #endif
 
 extern struct torp_info_spacket clientTorpsInfo[MAXPLAYER*MAXTORP];