X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d9e30820444b48882ab9e29139611b99a84495..7fb357a795b41c4c7fd5bcbfcac2a1faffb4f19c:/contrib/utils/wxrcedit/makefile.wat diff --git a/contrib/utils/wxrcedit/makefile.wat b/contrib/utils/wxrcedit/makefile.wat index 12c5cc1a29..40d5f88bf9 100644 --- a/contrib/utils/wxrcedit/makefile.wat +++ b/contrib/utils/wxrcedit/makefile.wat @@ -4,10 +4,22 @@ # WXDIR = $(%WXWIN) +EXTRACPPFLAGS = -I$(WXDIR)\contrib\include +THISDIR = $(WXDIR)\contrib\utils\wxrcedit PROGRAM = wxrcedit -EXTRALIBS = $(WXDIR)\lib\wxxml.lib -OBJECTS=edapp.obj editor.obj nodehnd.obj xmlhelpr.obj preview.obj nodesdb.obj pe_basic.obj pe_adv.obj propedit.obj propframe.obj splittree.obj +EXTRALIBS = $(WXDIR)\lib\wxxrc_w.lib +OBJECTS=$(OUTPUTDIR)\edapp.obj & + $(OUTPUTDIR)\editor.obj & + $(OUTPUTDIR)\nodehnd.obj & + $(OUTPUTDIR)\xmlhelpr.obj & + $(OUTPUTDIR)\preview.obj & + $(OUTPUTDIR)\nodesdb.obj & + $(OUTPUTDIR)\pe_basic.obj & + $(OUTPUTDIR)\pe_adv.obj & + $(OUTPUTDIR)\propedit.obj & + $(OUTPUTDIR)\propframe.obj & + $(OUTPUTDIR)\splittree.obj !include $(WXDIR)\src\makeprog.wat