X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/031dfec8d45fee38c17c0f8ac01c916c01387d66..665bbe97a9faddd31f99ab8ca3859e2f98ad0d21:/contrib/utils/wxrcedit/makefile.vc diff --git a/contrib/utils/wxrcedit/makefile.vc b/contrib/utils/wxrcedit/makefile.vc index 6afdf3440e..36fdc9e84d 100644 --- a/contrib/utils/wxrcedit/makefile.vc +++ b/contrib/utils/wxrcedit/makefile.vc @@ -19,11 +19,18 @@ FINAL=0 !if "$(FINAL)" == "0" EXTRALIBS=$(WXDIR)\lib\wxxmld.lib -!else +!endif + +!if "$(FINAL)" == "1" EXTRALIBS=$(WXDIR)\lib\wxxml.lib !endif -OBJECTS=edapp.obj editor.obj nodehnd.obj prophnd.obj xmlhelpr.obj +!if "$(FINAL)" == "hybrid" +EXTRALIBS=$(WXDIR)\lib\wxxmlh.lib +!endif + +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 !include $(WXDIR)\src\makeprog.vc