# WXXT base directory WXBASEDIR=@WXBASEDIR@ # set the OS type for compilation OS=@OS@ # compile a library only RULE=bin # define library name BIN_TARGET=dialoged # define library sources BIN_SRC=dialoged.cpp dlghndlr.cpp edlist.cpp edtree.cpp \ reseditr.cpp reswrite.cpp symbtabl.cpp winprop.cpp winstyle.cpp #define library objects BIN_OBJ=dialoged.o dlghndlr.o edlist.o edtree.o \ reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o # additional things needed to link BIN_LINK= \ -lwx_prop_gtk # additional things needed to compile ADD_COMPILE= \ -I../../../wxprop/src # include the definitions now include ../../../../template.mak