]> git.saurik.com Git - wxWidgets.git/commitdiff
added ALL_BASE_HEADERS
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 11:38:07 +0000 (11:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 14 Aug 2003 11:38:07 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/files.bkl
docs/tech/tn0016.txt

index cbd108ea962278ff827192533d36c2e11b026a44..9f7a941157d06912aff554d882cb8992f29e69d1 100644 (file)
@@ -2244,11 +2244,16 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
         </if>
     </set>
 
         </if>
     </set>
 
-    <set var="ALL_HEADERS" make_var="1" hints="files">
+    <set var="ALL_BASE_HEADERS" make_var="1" hints="files">
         $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
         $(NET_CMN_HDR) $(NET_PLATFORM_HDR)
         $(BASE_CMN_HDR) $(BASE_PLATFORM_HDR)
         $(NET_CMN_HDR) $(NET_PLATFORM_HDR)
+        $(XML_HDR)
+    </set>
+
+    <set var="ALL_HEADERS" make_var="1" hints="files">
+        $(ALL_BASE_HEADERS)
         $(ALL_GUI_HEADERS) $(ADVANCED_HDR)
         $(ALL_GUI_HEADERS) $(ADVANCED_HDR)
-        $(HTML_HDR) $(XML_HDR)
+        $(HTML_HDR)
         $(OPENGL_HDR) $(ODBC_HDR) $(DBGRID_HDR)
     </set>
 
         $(OPENGL_HDR) $(ODBC_HDR) $(DBGRID_HDR)
     </set>
 
index 99d288265886a639949b178138ca956886a7cd2c..9f2d9896d7ccd50858c83fc3091fe526cf61e5ad 100644 (file)
@@ -173,7 +173,8 @@ a) Add files to files.bkl:
      Finally, define FOO_SRC and FOO_HDR to contain both
      FOO_PLATFORM_{SRC,HDR} and FOO_{SRC,HDR} (see NET_SRC definition for an
      example).
      Finally, define FOO_SRC and FOO_HDR to contain both
      FOO_PLATFORM_{SRC,HDR} and FOO_{SRC,HDR} (see NET_SRC definition for an
      example).
-   * Add FOO_HDR to ALL_HEADERS
+   * Add FOO_HDR to ALL_HEADERS (or ALL_BASE_HEADERS if wxFoo is not GUI
+     component). 
 
    (You can apply different approaches to HDR and SRC variables, if e.g.
    headers are all common but sources are not.)
 
    (You can apply different approaches to HDR and SRC variables, if e.g.
    headers are all common but sources are not.)