]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/dialoged/src/Makefile.in
Fixed drawing of the lines data, also ensure that only tuples are
[wxWidgets.git] / utils / dialoged / src / Makefile.in
index 51c3fdb7e3a03899133a17f270067561ed682e00..ff8f8dfb4dc0edab92ebc2165d787ec1ed76e26e 100644 (file)
@@ -9,13 +9,17 @@
 #
 # Makefile for Tex2RTF (Unix)
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = utils/dialoged/src
+APPEXTRALIBS=$(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_wxdeprecated-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@
+APPEXTRADEFS=-I$(top_srcdir)/contrib/include
 
 PROGRAM=DialogEd
 
 OBJECTS = dialoged.o dlghndlr.o edlist.o edtree.o reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o
+DEPFILES= dialoged.d dlghndlr.d edlist.d edtree.d reseditr.d reswrite.d symbtabl.d winprop.d winstyle.d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)