]> code.citadel.org Git - citadel.git/commitdiff
added makefile.g95
authorArt Cancro <ajc@citadel.org>
Wed, 14 Apr 1999 03:35:31 +0000 (03:35 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 14 Apr 1999 03:35:31 +0000 (03:35 +0000)
daphne/makefile.g95 [new file with mode: 0644]

diff --git a/daphne/makefile.g95 b/daphne/makefile.g95
new file mode 100644 (file)
index 0000000..c65d4a9
--- /dev/null
@@ -0,0 +1,21 @@
+########################################################################
+#                                                                      #
+#                    wxHTML / Cygwin makefile                          #
+#                                                                      #
+########################################################################
+
+WXDIR           = /wx
+WXHTMLDIR       = /wxhtml
+
+TARGET          = daphne
+MY_OBJECTS      = citclient.o roomtree.o userlogin.o \
+                enter.o roomview.o utils.o \
+                express_message.o send_express.o who.o \
+                main.o tcp_sockets.o message.o testwindow.o
+MY_LIBS         = $(WXHTMLDIR)/lib/libwxhtml.a
+
+EXTRAINC        = -I$(WXHTMLDIR)/include
+OBJECTS         = $(MY_OBJECTS) $(MY_LIBS)
+
+include $(WXDIR)/src/makeprog.g95
+