]> git.pond.sub.org Git - empserver/blobdiff - src/util/Makefile
(nati, player_coms): Add ability for deities to request a nation report for any country.
[empserver] / src / util / Makefile
index 4357afc0415e0c1dc60c1660e493e8cbf84b7707..cedcdbbeaba70c410f310dab6bb5c63fd5688694 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2005, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                            Ken Stevens, Steve McClure
 # 
 #   This program is free software; you can redistribute it and/or modify
@@ -34,13 +34,11 @@ include ../make.defs
 
 LIBDIR = $(SRCDIR)/lib
 
-LIBS = $(LIBDIR)/libsubs.a \
-       $(LIBDIR)/libcommon.a \
+LIBS = $(LIBDIR)/libcommon.a \
        $(LIBDIR)/libgen.a \
        $(LIBDIR)/libglobal.a
 
-NTLIBS = $(LIBDIR)\libsubs.lib \
-       $(LIBDIR)\libcommon.lib \
+NTLIBS = $(LIBDIR)\libcommon.lib \
        $(LIBDIR)\libgen.lib \
        $(LIBDIR)\libglobal.lib
 
@@ -81,7 +79,7 @@ ntfairland: fairland.obj
 pconfig: pconfig.o
        $(CC) -o pconfig $(IFLAGS) $(CFLAGS) pconfig.o $(LIBS) $(LFLAGS) -lc
 
-ntpconfig: pconfig.o
+ntpconfig: pconfig.obj
        link /OUT:pconfig.exe \
         /NOD /DEBUG:full /DEBUGTYPE:cv /MACHINE:IX86 /NOLOGO \
         pconfig.obj $(NTLIBS) \