]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/resource/makefile.g95
More deprecated code updates
[wxWidgets.git] / contrib / samples / deprecated / resource / makefile.g95
index f4c28092998612bba1bb29adc385e038a86f49c9..8a54497470597f5d01b6a6cd38dcdceb454c72fb 100644 (file)
@@ -11,6 +11,8 @@ WXDIR = ../../../..
 
 TARGET=resource
 OBJECTS = $(TARGET).o
+EXTRAINC = -I$(WXDIR)/contrib/include
+EXTRALIBS = -lwxdeprecated
 
 include $(WXDIR)/src/makeprog.g95