Vanilla Netrek Server Development Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[VANILLA-L:1204] Re: INL Stuff
Yes, Darryl, commands_inl.o is not required. I have removed it from the
Makefile accordingly. I need someone familiar with the INL robot code to
verify that we can remove the #ifdef INL stuff in commands.c, because it
looks like it has all been moved to inlcmds.c.
Patch attached.
===================================================================
RCS file: /home/netrek/cvsroot/Vanilla/robots/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile 1998/11/12 02:44:53 1.1.1.1
+++ Makefile 1999/01/17 23:25:30
@@ -82,11 +82,9 @@
commands_puck.o: $(PMAKE) ../ntserv/commands.c
$(CC) $(CFLAGS) $(DEP) -DPUCK -c ../ntserv/commands.c -o commands_puck.o
-commands_inl.o: $(PMAKE) ../ntserv/commands.c
- $(CC) $(CFLAGS) $(DEP) -DINL -c ../ntserv/commands.c -o commands_inl.o
-
gencmds.o: $(PMAKE) ../ntserv/gencmds.c
$(CC) $(CFLAGS) $(DEP) -c ../ntserv/gencmds.c
+
sysdefaults.o: $(PMAKE) ../ntserv/sysdefaults.c
$(CC) $(CFLAGS) $(DEP) -c ../ntserv/sysdefaults.c
+
++ Vanilla-l Mailing List ++
To unsubscribe: send "unsubscribe vanilla-l" to majordomo@real-time.com
For more information: http://archives.real-time.com