X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/031dfec8d45fee38c17c0f8ac01c916c01387d66..880d870ea4133fc81dff875d54d14f1e9bb0268f:/contrib/utils/wxrcedit/makefile.g95 diff --git a/contrib/utils/wxrcedit/makefile.g95 b/contrib/utils/wxrcedit/makefile.g95 index aa9b29e941..ca38c49f93 100644 --- a/contrib/utils/wxrcedit/makefile.g95 +++ b/contrib/utils/wxrcedit/makefile.g95 @@ -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