X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12d9e30820444b48882ab9e29139611b99a84495..7fb357a795b41c4c7fd5bcbfcac2a1faffb4f19c:/contrib/utils/wxrcedit/makefile.vc diff --git a/contrib/utils/wxrcedit/makefile.vc b/contrib/utils/wxrcedit/makefile.vc index 69a54242d2..1878e64e3b 100644 --- a/contrib/utils/wxrcedit/makefile.vc +++ b/contrib/utils/wxrcedit/makefile.vc @@ -18,9 +18,15 @@ PROGRAM=wxrcedit FINAL=0 !if "$(FINAL)" == "0" -EXTRALIBS=$(WXDIR)\lib\wxxmld.lib -!else -EXTRALIBS=$(WXDIR)\lib\wxxml.lib +EXTRALIBS=$(WXDIR)\lib\wxxrcd.lib +!endif + +!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 \