X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/ed7e32ddf012942e79228143a1d605a9e7675e38..refs/heads/mdw/wip.crybaby.2016-05-05:/Makefile.NT diff --git a/Makefile.NT b/Makefile.NT index 9938b13..ddc871a 100644 --- a/Makefile.NT +++ b/Makefile.NT @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile.NT,v 1.3 2003/03/24 08:27:18 mdw Exp $ +# $Id$ #----- Configuration stuff -------------------------------------------------- @@ -32,11 +32,12 @@ RM = rm # Shouldn't need to fiddle with thiis stuff. PACKAGE = rocl -VERSION = 1.1.4 +VERSION = 1.1.5 TCLSCRIPTS = \ elite-editor elite-pairs elite-path elite-find elite-map \ - elite-prices elite-describe elite-reach elite-cmdr elite-salesman + elite-prices elite-describe elite-reach elite-cmdr elite-salesman \ + elite-tantalus SRCFILES = elite.c vec.c vec.h graph.c @@ -49,7 +50,7 @@ elite.dll: elite.o elite.def vec.dll vec.dll.a: vec.o vec.def $(LD) $(LDFLAGS) vec.o vec.def $(LIBS) \ -o vec.dll -Wl,--out-implib,vec.dll.a -graph.dll: graph.o graph.def vec.dll.a +graph.dll: graph.o graph.def vec.dll.a $(LD) $(LDFLAGS) graph.o graph.def $(LIBS) vec.dll.a -o graph.dll graph.o vec.o: vec.h