6 # Copyright: (c) Julian Smart, 1999
8 # Makefile for wxWindows Dialog Editor (Cygwin/Mingw32).
13 OBJECTS = $(TARGET).o reseditr.o dlghndlr.o reswrite.o\
14 winprop.o edtree.o edlist.o symbtabl.o winstyle.o
15 EXTRAINC = -I$(WXDIR)/contrib/include
16 EXTRALIBS = -lwxdeprecated
18 include $(WXDIR)/src/makeprog.g95