X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936bbdf902c5c0f9aa4ea93855db7f6cdb75cf93..9ed8b5a7b2e41ecb07d2dab32bac32eb7b771fd3:/docs/tech/tn0016.txt diff --git a/docs/tech/tn0016.txt b/docs/tech/tn0016.txt index 15a1792003..e7623f4868 100644 --- a/docs/tech/tn0016.txt +++ b/docs/tech/tn0016.txt @@ -127,25 +127,7 @@ Finally commit $(wx)/build/bakefiles/make_dist.mk and all the other modified fil Currently we commit the generated makefiles except .dms, .vcp. -5. Adding contrib library -------------------------- - -Contrib library bakefiles are located in $(wx)/contrib/build/name-of-contrib -directory, together with generated makefiles. Copy the bakefile from another -contrib library, change the IDs and files accordingly. Note that there must be -two targets for contrib wxFoo: foodll and foolib. - -foodll definition must contain statements for all libraries it -depends on. WXUSINGDLL and WXMAKINGDLL_FOO must be defined and symbols from -the library should use WXDLLIMPEXP_FOO defined in wxFoo's headers analogically -to WXDLLIMPEXP_{BASE,CORE,HTML,...} in the main library (see 5g below for -additional details). - -Run bakefile_gen in $(wx)/build/bakefiles to regenerate makefiles -then commit $(wx)/build/bakefiles/Makefile. - - -6. Adding new core library +5. Adding new core library -------------------------- When adding new library to the core set of libraries, the files must be