X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7f49969d61742050e2caaf27528bdb96ffc8365..39c26ef2d77a7a67a717e51f2cd370759ea9243c:/src/makeprog.bcc diff --git a/src/makeprog.bcc b/src/makeprog.bcc index e5e43c5b17..baa44c3349 100644 --- a/src/makeprog.bcc +++ b/src/makeprog.bcc @@ -25,7 +25,7 @@ $(TARGET).def bcc $(CPPFLAGS) -P- -c {$< } $(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc - brc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET) + brc -r /i$(BCCDIR)\include /i$(WXDIR)\include /i$(WXDIR)\contrib\include $(TARGET) clean: -erase *.obj