8 # Include file for samples and utilities. Set TARGET and OBJECTS
9 # before including this file.
11 # WXWIN and BCCDIR are set by parent make
14 !include $(WXDIR)\src\makeb32.env
16 LIBS=$(WXLIB) cw32mt import32 ole2w32
19 LINKFLAGS=/v /Tpe /L$(WXLIBDIR);$(BCCDIR)\lib
23 LINKFLAGS=/Tpe /L$(WXLIBDIR);$(BCCDIR)\lib
27 CPPFLAGS=$(DEBUG_FLAGS) $(OPT) @$(CFG)
29 $(TARGET).exe: $(OBJECTS) $(TARGET).res
30 tlink32 $(LINKFLAGS) @&&!
40 bcc32 $(CPPFLAGS) -c {$< }
43 bcc32 $(CPPFLAGS) -P- -c {$< }
45 $(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
46 brc32 -r /i$(BCCDIR)\include /i$(WXDIR)\include $(TARGET)