2 # Incude file for samples
4 !include $(WXDIR)\src\makebcc.env
6 WXLIB = $(WXDIR)\lib\wx.lib
7 LIBS=$(WXLIB) $(EXTRALIBS) mathwl cwl import ole2w16 winpng zlib
9 all: $(TARGET).exe $(EXTRATARGETS)
11 $(TARGET).exe: $(WXLIB) $(OBJECTS) $(TARGET).def $(TARGET).res
12 tlink $(LINKFLAGS) @&&!
22 bcc $(CPPFLAGS) -c {$< }
25 bcc $(CPPFLAGS) -P- -c {$< }
27 $(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
28 brc -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET)