]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/makefile.g95
Move [GS]etDefaultItem up to wxWindow
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.g95
index aa9b29e9414d420aa939f0bacee9a4d99b54d8be..b25d80c60f8fec1043d894ef597e6855c16a5dfd 100644 (file)
@@ -10,7 +10,8 @@
 WXDIR = ../../..
 
 TARGET=wxrcedit
 WXDIR = ../../..
 
 TARGET=wxrcedit
-EXTRALIBS=-lwxxml
-OBJECTS = edapp.o editor.o nodehnd.o prophnd.o xmlhelpr.o
+EXTRALIBS=-lwxxrc
+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
 
 include $(WXDIR)/src/makeprog.g95