]> git.saurik.com Git - wxWidgets.git/blob - utils/wxtree/src/makefile.bcc
Added #include "wx/bitmap.h"
[wxWidgets.git] / utils / wxtree / src / makefile.bcc
1 #
2 # File: makefile.bcc
3 # Author: Julian Smart
4 # Created: 1999
5 # Updated:
6 #
7 #
8 # Makefile : Builds wxTree sample for 16-bit BC++
9
10 WXDIR = $(WXWIN)
11
12 TARGET=test
13 OBJECTS=$(TARGET).obj wxtree.obj
14
15 !include $(WXDIR)\src\makeprog.bcc
16