X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2512ee4ef28558f2fca6409f9b48a57d2fc3c780..26b0b998042f7a87ebbf040c071b9748574290ba:/docs/tech/tn0016.txt?ds=sidebyside diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index 99d2882658..9f2d9896d7 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -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.)