]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.bcc
latest CW additions
[wxWidgets.git] / src / makeprog.bcc
index 1600f23c2284664330d3b9e7bd283a2f90a5efa8..e8f20a2b006fda12748b98d893bd4ab6818926a3 100644 (file)
@@ -4,22 +4,7 @@
 !include $(WXDIR)\src\makebcc.env
 
 WXLIB = $(WXDIR)\lib\wx.lib
-LIBS=$(WXLIB) mathwl cwl import
-
-!ifndef FINAL
-FINAL=0
-!endif
-
-!if "$(FINAL)" == "0"
-LINKFLAGS=/v/Vt /Twe /L$(WXDIR)\lib;$(BCCDIR)\lib
-OPT = -Od
-DEBUG_FLAGS= -v
-!else
-LINKFLAGS=/Twe /L$(WXDIR)\lib;$(BCCDIR)\lib
-OPT = -O2
-DEBUG_FLAGS =
-!endif
-CPPFLAGS=$(DEBUG_FLAGS) $(OPT) @$(CFG)
+LIBS=$(WXLIB) mathwl cwl import ole2w16
 
 all:    $(TARGET).exe
 
@@ -31,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