]> git.saurik.com Git - wxWidgets.git/commitdiff
documented WXUSING/MAKINGDLL
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2007 14:13:00 +0000 (14:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 15 Jun 2007 14:13:00 +0000 (14:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/cppconst.tex

index 44ff09dc7db5da93e1fbd81da8feebdfabfff8e2..4f6d58d5647b4e7baa37cc86b19936068c91e32e 100644 (file)
@@ -216,4 +216,9 @@ exceptions has been switched off}
 don't include compiler flags needed for multithreaded code generation. This
 implies that wxUSE\_THREADS is $0$ and also that other (non-wx-based) threading
 packages cannot be used neither.}
+\twocolitem{WXMAKINGDLL\_XXX}{used internally and defined when building the
+library \texttt{XXX} as a DLL; when a monolithic wxWidgets build is used only a
+single \texttt{WXMAKINGDLL} symbol is defined}
+\twocolitem{WXUSINGDLL}{defined when compiling code which uses wxWidgets as a
+DLL/shared library}
 \end{twocollist}