]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/makefile.g95
added wxFrame::IsMDIChild() (msw only, protected)
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.g95
index aa9b29e9414d420aa939f0bacee9a4d99b54d8be..ca38c49f930c474f29e74f86fc2d10d16a39ab2c 100644 (file)
@@ -11,6 +11,7 @@ WXDIR = ../../..
 
 TARGET=wxrcedit
 EXTRALIBS=-lwxxml
-OBJECTS = edapp.o editor.o nodehnd.o prophnd.o xmlhelpr.o
+OBJECTS=edapp.o editor.o nodehnd.o xmlhelpr.o preview.o nodesdb.o \
+        pe_basic.o pe_adv.o propedit.o propframe.o splittree.o
 include $(WXDIR)/src/makeprog.g95