]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/plot/makefile.g95
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / contrib / samples / plot / makefile.g95
index b842c22839e21ec2a296cf1e9bb80c35095d3415..1ca728695a9fb6a9eb04ae8c8c5379fc74d9e845 100644 (file)
@@ -8,6 +8,7 @@ WXDIR = ../../..
 TARGET = plot
 OBJECTS = $(TARGET).o
 EXTRAINC = -I$(WXDIR)/contrib/include
+RCEXTRAINC = --include-dir $(WXDIR)/contrib/include
 EXTRALIBS = -lplot
 
 include $(WXDIR)/src/makeprog.g95