From 259a2a73328d3b576614229b5f72b5c8b0a3760e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Jul 2007 10:44:17 +0000 Subject: [PATCH] removed instructions for adding contrib libraries -- we don't have them any more git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/tech/tn0016.txt | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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 -- 2.45.2