]> git.saurik.com Git - wxWidgets.git/blame - utils/dialoged/src/makefile.b32
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / utils / dialoged / src / makefile.b32
CommitLineData
457814b5
JS
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
14WXDIR = $(WXWIN)
457814b5
JS
15
16TARGET=dialoged
dbda9e86
JS
17OBJECTS = dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj winprop.obj\
18 edtree.obj edlist.obj symbtabl.obj winstyle.obj
457814b5 19
dbda9e86 20!include $(WXDIR)\src\makeprog.b32
457814b5 21