]> git.saurik.com Git - wxWidgets.git/blame - utils/dialoged/src/Makefile.in
Dialog Editor bug fixes, several other small ones
[wxWidgets.git] / utils / dialoged / src / Makefile.in
CommitLineData
b127f301
RR
1# WXXT base directory
2WXBASEDIR=@WXBASEDIR@
3
4# set the OS type for compilation
5OS=@OS@
6# compile a library only
7RULE=bin
8
9# define library name
10BIN_TARGET=dialoged
11# define library sources
12BIN_SRC=dialoged.cpp dlghndlr.cpp edlist.cpp edtree.cpp \
13 reseditr.cpp reswrite.cpp symbtabl.cpp winprop.cpp winstyle.cpp
14
15#define library objects
16BIN_OBJ=dialoged.o dlghndlr.o edlist.o edtree.o \
17 reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o
18
19# additional things needed to link
20BIN_LINK= \
21 -lwx_prop_gtk
22
23# additional things needed to compile
24ADD_COMPILE= \
25 -I../../../wxprop/src
26
27# include the definitions now
28include ../../../../template.mak