]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/dialoged/src/makefile.bcc
Set the selection under Motif in wxChoiceDialog
[wxWidgets.git] / utils / dialoged / src / makefile.bcc
... / ...
CommitLineData
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
13WXDIR = $(WXWIN)
14
15TARGET=dialoged
16OBJECTS=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