]> git.saurik.com Git - wxWidgets.git/blob - utils/dialoged/src/makefile.b32
Simplified BC++ makefiles; C++Builder 1.0 compilation seems to work;
[wxWidgets.git] / utils / dialoged / src / makefile.b32
1 #
2 # File: makefile.b32
3 # Author: Patrick Halke
4 # Created: 1995
5 # Updated:
6 # Copyright: (c) 1993, AIAI, University of Edinburgh
7 #
8 # "%W% %G%"
9 #
10 # Makefile : Builds Dialog Editor (32-bit Borland)
11
12 # WXWIN and BCCDIR are set by parent make
13
14 WXDIR = $(WXWIN)
15
16 TARGET=dialoged
17 OBJECTS = dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj winprop.obj edtree.obj edlist.obj symbtable.obj winstyle.obj
18
19 !include $(WXDIR)\src\makeb32.env
20