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