X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/031dfec8d45fee38c17c0f8ac01c916c01387d66..91dd52fe3ba8275366cf26a729f00a6a59d34855:/contrib/utils/wxrcedit/makefile.g95?ds=sidebyside 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