]> git.saurik.com Git - wxWidgets.git/blob - utils/dialoged/src/makefile.bcc
merged 2.2 branch
[wxWidgets.git] / utils / dialoged / src / makefile.bcc
1 #
2 # File: makefile.bcc
3 # Author: Julian Smart
4 # Created: 1998
5 # Updated:
6 #
7 # Builds a BC++ 16-bit Dialog Editor
8
9 !if "$(WXWIN)" == ""
10 !error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
11 !endif
12
13 WXDIR = $(WXWIN)
14
15 TARGET=dialoged
16 OBJECTS=dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj\
17 winprop.obj edtree.obj edlist.obj symbtabl.obj winstyle.obj
18
19 !include $(WXDIR)\src\makeprog.bcc
20