+
+data : .SYMBOLIC
+ if not exist $(OBJS)\helpfiles mkdir $(OBJS)\helpfiles
+ for %f in (Index.hhk another.hhc another.hhp another.htm book1.htm book2.htm contents.hhc main.htm page2-b.htm testing.hhp) do if not exist $(OBJS)\helpfiles\%f copy .\helpfiles\%f $(OBJS)\helpfiles
+
+$(OBJS)\help_help.obj : .AUTODEPEND .\help.cpp
+ $(CXX) -zq -fo=$^@ $(HELP_CXXFLAGS) $<
+
+$(OBJS)\help_help.res : .AUTODEPEND .\help.rc
+ wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<