wxWidgets/utils/wxtree/src/makefile.bcc
1999-02-09 16:00:23 +00:00

17 lines
230 B
Plaintext

#
# File: makefile.bcc
# Author: Julian Smart
# Created: 1999
# Updated:
#
#
# Makefile : Builds wxTree sample for 16-bit BC++
WXDIR = $(WXWIN)
TARGET=test
OBJECTS=$(TARGET).obj wxtree.obj
!include $(WXDIR)\src\makeprog.bcc