X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/820893d0d41b94b22dada287355ad27489c21721..e8e4025d1b61ce05e082f9a2c08ac64bea6408ae:/contrib/samples/deprecated/resource/makefile.g95 diff --git a/contrib/samples/deprecated/resource/makefile.g95 b/contrib/samples/deprecated/resource/makefile.g95 index f4c2809299..8a54497470 100644 --- a/contrib/samples/deprecated/resource/makefile.g95 +++ b/contrib/samples/deprecated/resource/makefile.g95 @@ -11,6 +11,8 @@ WXDIR = ../../../.. TARGET=resource OBJECTS = $(TARGET).o +EXTRAINC = -I$(WXDIR)/contrib/include +EXTRALIBS = -lwxdeprecated include $(WXDIR)/src/makeprog.g95