]> git.saurik.com Git - wxWidgets.git/commitdiff
removed instructions for adding contrib libraries -- we don't have them any more
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2007 10:44:17 +0000 (10:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2007 10:44:17 +0000 (10:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0016.txt

index 15a1792003f722f91f092272c97283957842ef9c..e7623f4868f253d735c552e8350dd9a81f70ed35 100644 (file)
@@ -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 <wx-lib> 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