X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b1de9c2eeedf27401d897a609baf15d8ff5914e..169935ad4ed842421ef24470a06d1aa298f90fbe:/src/makeprog.bcc?ds=sidebyside diff --git a/src/makeprog.bcc b/src/makeprog.bcc index 95ae2e1160..e8f20a2b00 100644 --- a/src/makeprog.bcc +++ b/src/makeprog.bcc @@ -16,13 +16,13 @@ nul $(LIBS) $(TARGET).def ! - rc -K $(TARGET).res + brc -K $(TARGET).res .$(SRCSUFF).obj: bcc $(CPPFLAGS) -c {$< } $(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc - rc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET) + brc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET) clean: -erase *.obj