Don't advise people to make new libraries standard.

Update the instructions for adding the new library to not recommend to make
the new library standard, this is rarely, if ever, needed.

See #16291.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-05-27 23:59:03 +00:00
parent 28207132ce
commit fa48fc5ada

View File

@@ -185,7 +185,9 @@ e) Regenerate all makefiles (don't forget to run autoconf)
f) Update configure.in and wx-config.in to contain information about
the library and needed linker flags:
* Add "foo" to either STD_BASE_LIBS or STD_GUI_LIBS in configure.in.
* Add "foo" to BUILT_WX_LIBS in configure.in.
* If appropriate, but it rarely is, so normally this should _not_ be done,
add "foo" to either STD_BASE_LIBS or STD_GUI_LIBS in configure.in.
* If wxFoo links against additional libraries, add necessary linker
flags and libraries to ldflags_foo and ldlibs_foo variables in
wx-config.in (both are optional).