]> code.citadel.org Git - citadel.git/commitdiff
Shortened
authorArt Cancro <ajc@citadel.org>
Sun, 15 Aug 1999 03:33:09 +0000 (03:33 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 15 Aug 1999 03:33:09 +0000 (03:33 +0000)
daphne/makefile.g95

index 334d4fc62094f1c710eab91c75f20ca39ae5c1c2..c5aa634cba1b34c392f78b6c355d423d20e2c726 100644 (file)
@@ -1,8 +1,5 @@
 # Makefile for Daphne on wxWindows/MSW built with Cygwin
 
-WXDIR           = /wx
-WXHTMLDIR       = /wxhtml
-
 TARGET          = daphne
 
 MY_OBJECTS     = citclient.o enter.o express_message.o main.o message.o \
@@ -10,10 +7,7 @@ MY_OBJECTS    = citclient.o enter.o express_message.o main.o message.o \
                servprops.o testwindow.o userlogin.o \
                utils.o who.o
 
-MY_LIBS         = $(WXHTMLDIR)/lib/libwxhtml.a
-
-EXTRAINC        = -I$(WXHTMLDIR)/include
-OBJECTS         = $(MY_OBJECTS) $(MY_LIBS)
+OBJECTS         = $(MY_OBJECTS)
 
 include $(WXDIR)/src/makeprog.g95