]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/help/makefile.vc
SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used to optimize
[wxWidgets.git] / samples / help / makefile.vc
index 67eee54c820e429d0adfc052ea35b9bcf0e37ec0..1f7db1605eb57d1ff8617e28f444a89a95984b8c 100644 (file)
@@ -243,7 +243,7 @@ $(OBJS):
 
 ### Targets: ###
 
-all: $(OBJS)\help.exe data
+all: $(OBJS)\help.exe data data_doc
 
 clean: 
        -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
@@ -258,6 +258,10 @@ $(OBJS)\help.exe: $(HELP_OBJECTS) $(OBJS)\help_demo.res
 <<
 
 data: 
+       if not exist $(OBJS) mkdir $(OBJS)
+       for %f in (back.gif books.gif bullet.bmp contents.gif cshelp.txt doc.chm doc.cnt doc.hhc doc.hhk doc.hhp doc.hlp doc.hpj doc.zip forward.gif up.gif) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+
+data_doc: 
        if not exist $(OBJS)\doc mkdir $(OBJS)\doc
        for %f in (aindex.html ClassGraph.class ClassGraphPanel.class ClassLayout.class down.gif dxxgifs.tex HIER.html HIERjava.html icon1.gif icon2.gif index.html logo.gif NavigatorButton.class USE_HELP.html wx204.htm wx34.htm wxExtHelpController.html wxhelp.map wx.htm) do if not exist $(OBJS)\doc\%f copy .\doc\%f $(OBJS)\doc
 
@@ -266,4 +270,3 @@ $(OBJS)\help_demo.obj: .\demo.cpp
 
 $(OBJS)\help_demo.res: .\demo.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 $**
-