]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/makefile.g95
Removed some commented-out code
[wxWidgets.git] / utils / dialoged / src / makefile.g95
index 7bf29275c36cf4c1a36536e5965247c9d515a18f..6294048c33500cd7c4bb248771d9df3253b60aa8 100644 (file)
@@ -12,6 +12,8 @@ WXDIR = ../../..
 TARGET=dialoged
 OBJECTS = $(TARGET).o reseditr.o dlghndlr.o reswrite.o\
   winprop.o edtree.o edlist.o symbtabl.o winstyle.o
+EXTRAINC = -I$(WXDIR)/contrib/include
+EXTRALIBS = -lwxdeprecated
 
 include $(WXDIR)/src/makeprog.g95