X-Git-Url: https://git.distorted.org.uk/~mdw/rocl/blobdiff_plain/94b6e36584f2b5da3c60845c9cec19cd6f3e4503..924f49bf97e5b376c44adfdb97ac7f37091a868f:/Makefile.NT diff --git a/Makefile.NT b/Makefile.NT index 74c857c..ddc871a 100644 --- a/Makefile.NT +++ b/Makefile.NT @@ -1,6 +1,6 @@ # Makefile for RIGHT ON COMMAND-LINE # -# $Id: Makefile.NT,v 1.2 2003/03/18 10:43:55 mdw Exp $ +# $Id$ #----- Configuration stuff -------------------------------------------------- @@ -32,11 +32,12 @@ RM = rm # Shouldn't need to fiddle with thiis stuff. PACKAGE = rocl -VERSION = 1.1.3 +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 @@ -69,7 +70,7 @@ clean: DISTDIR = $(PACKAGE)-$(VERSION) DISTFILES = \ - README Makefile $(SRCFILES) elite.tcl \ + README Makefile $(SRCFILES) elite.tcl steele.cmdr \ elite.def vec.def graph.def $(TCLSCRIPTS) distdir: $(DISTFILES) $(RM) -rf $(DISTDIR)