]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/makefile.vc
added test for HitTest(m_dragPoint) bug to the sample
[wxWidgets.git] / contrib / utils / wxrcedit / makefile.vc
index 6afdf3440ee3537706658165def5f6783edca825..1878e64e3bbe6a22bd6984f39b90f71b92a47333 100644 (file)
@@ -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