X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07831c160bb1474f10970fa308e4489b472b3f18..c4513b23896c274eb859e0856d7e391b04f77819:/contrib/samples/deprecated/proplist/makefile.g95 diff --git a/contrib/samples/deprecated/proplist/makefile.g95 b/contrib/samples/deprecated/proplist/makefile.g95 index ba4b3e981b..ca71a81ce4 100644 --- a/contrib/samples/deprecated/proplist/makefile.g95 +++ b/contrib/samples/deprecated/proplist/makefile.g95 @@ -5,6 +5,8 @@ WXDIR = ../../../.. TARGET=proplist OBJECTS = $(TARGET).o +EXTRAINC = -I$(WXDIR)/contrib/include +EXTRALIBS = -lwxdeprecated include $(WXDIR)/src/makeprog.g95