+
+data:
+ 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: .\help.cpp
+ $(CXX) /c /nologo /TP /Fo$@ $(HELP_CXXFLAGS) $**
+
+$(OBJS)\help_help.res: .\help.rc
+ rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) $(__NO_VC_CRTDBG_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\samples /d NOPCH $**
+