X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/031dfec8d45fee38c17c0f8ac01c916c01387d66..5a2930ab799949b7343ef87e5dfb24afadad1568:/contrib/utils/wxrcedit/makefile.g95 diff --git a/contrib/utils/wxrcedit/makefile.g95 b/contrib/utils/wxrcedit/makefile.g95 index aa9b29e941..b25d80c60f 100644 --- a/contrib/utils/wxrcedit/makefile.g95 +++ b/contrib/utils/wxrcedit/makefile.g95 @@ -10,7 +10,8 @@ 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