]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.bcc
latest CW additions
[wxWidgets.git] / src / makeprog.bcc
index 95ae2e1160c0486da2bc6c6a642d3ef3502c009e..e8f20a2b006fda12748b98d893bd4ab6818926a3 100644 (file)
@@ -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