]> git.saurik.com Git - wxWidgets.git/commitdiff
removed USE_SHARED_LIBRARIES
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 Dec 1999 23:41:31 +0000 (23:41 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 Dec 1999 23:41:31 +0000 (23:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/html/standard.htm

index fc3c4db0a1015f2a2c199ed8a5e7377094b7ed23..1b8e6cf15d8134d965ee61b53f4d509be4834125 100644 (file)
@@ -835,12 +835,6 @@ WXDLLEXPORT_DATA(extern wxApp*) wxTheApp;
 The reason for the strange syntax for data is that some compilers use different
 keyword ordering for exporting data.
 
-<P>There also several other places where you should take care of shared
-library case: all IMPLEMENT_xxx macros which are usually used in the
-corresponding .cpp files must be taken inside
-"<TT>&#35;if !USE_SHARED_LIBRARY</TT>" and in the <TT>&#35;if USE_SHARED_LIBRARY</TT>
-case you should put them inside <TT>common/cmndata.cpp</TT> file.
-
     <P><LI><A NAME="set_get"></LI><B>Use Set/Get prefixes for accessors</B><P>
 There is a convention in wxWindows to prefix the accessors (i.e. any simple, in
 general, inline function which does nothing else except changing or returning