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