git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
22 lines
435 B
Plaintext
22 lines
435 B
Plaintext
#
|
|
# File: makefile.b32
|
|
# Author: Patrick Halke
|
|
# Created: 1995
|
|
# Updated:
|
|
# Copyright: (c) 1993, AIAI, University of Edinburgh
|
|
#
|
|
# "%W% %G%"
|
|
#
|
|
# Makefile : Builds Dialog Editor (32-bit Borland)
|
|
|
|
# WXWIN and BCCDIR are set by parent make
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
TARGET=dialoged
|
|
OBJECTS = dialoged.obj reseditr.obj dlghndlr.obj reswrite.obj winprop.obj\
|
|
edtree.obj edlist.obj symbtabl.obj winstyle.obj
|
|
|
|
!include $(WXDIR)\src\makeprog.b32
|
|
|