added ALL_BASE_HEADERS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-14 11:38:07 +00:00
parent 399a88248a
commit 7affac1cf2
2 changed files with 9 additions and 3 deletions

View 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).
* 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.)