# makeprog.bcc # Incude file for samples !include $(WXDIR)\src\makebcc.env WXLIB = $(WXDIR)\lib\wx.lib LIBS=$(WXLIB) mathwl cwl import ole2w16 all: $(TARGET).exe $(TARGET).exe: $(WXLIB) $(OBJECTS) $(TARGET).def $(TARGET).res tlink $(LINKFLAGS) @&&! c0wl.obj $(OBJECTS) $(TARGET) nul $(LIBS) $(TARGET).def ! rc -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) clean: -erase *.obj -erase *.exe -erase *.res -erase *.map -erase *.rws