]> git.saurik.com Git - wxWidgets.git/blame - src/makeprog.bcc
Added more makefiles
[wxWidgets.git] / src / makeprog.bcc
CommitLineData
62448488
JS
1# makeprog.bcc
2# Incude file for samples
3
4!include $(WXDIR)\src\makebcc.env
5
6WXLIB = $(WXDIR)\lib\wx.lib
3b1de9c2 7LIBS=$(WXLIB) mathwl cwl import ole2w16
62448488
JS
8
9all: $(TARGET).exe
10
11$(TARGET).exe: $(WXLIB) $(OBJECTS) $(TARGET).def $(TARGET).res
12 tlink $(LINKFLAGS) @&&!
13c0wl.obj $(OBJECTS)
14$(TARGET)
15nul
16$(LIBS)
17$(TARGET).def
18!
0a240683 19 brc -K $(TARGET).res
62448488
JS
20
21.$(SRCSUFF).obj:
22 bcc $(CPPFLAGS) -c {$< }
23
24$(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
0a240683 25 brc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET)
62448488
JS
26
27clean:
28 -erase *.obj
29 -erase *.exe
30 -erase *.res
31 -erase *.map
32 -erase *.rws