X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/031dfec8d45fee38c17c0f8ac01c916c01387d66..6dc34ebbd8f787eb42018df5b5fb938c1c7390aa:/contrib/utils/wxrcedit/makefile.vc diff --git a/contrib/utils/wxrcedit/makefile.vc b/contrib/utils/wxrcedit/makefile.vc index 6afdf3440e..1878e64e3b 100644 --- a/contrib/utils/wxrcedit/makefile.vc +++ b/contrib/utils/wxrcedit/makefile.vc @@ -18,12 +18,19 @@ PROGRAM=wxrcedit FINAL=0 !if "$(FINAL)" == "0" -EXTRALIBS=$(WXDIR)\lib\wxxmld.lib -!else -EXTRALIBS=$(WXDIR)\lib\wxxml.lib +EXTRALIBS=$(WXDIR)\lib\wxxrcd.lib !endif -OBJECTS=edapp.obj editor.obj nodehnd.obj prophnd.obj xmlhelpr.obj +!if "$(FINAL)" == "1" +EXTRALIBS=$(WXDIR)\lib\wxxrc.lib +!endif + +!if "$(FINAL)" == "hybrid" +EXTRALIBS=$(WXDIR)\lib\wxxrch.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