Correct defaults for basic options (bug #1048680)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b2d739ba55
commit
458d26a0cb
@ -557,14 +557,15 @@ build\msw\config.* file; more detailed description follows.
|
|||||||
Basic options
|
Basic options
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
BUILD=debug
|
BUILD=release
|
||||||
Builds debug version of the library (default is 'release'). This affects
|
Builds release version of the library. It differs from default 'debug'
|
||||||
name of the library ('d' is appended), __WXDEBUG__ is defined and debug
|
in lack of appended 'd' in name of library, does not define __WXDEBUG__
|
||||||
information compiled into object files and the executable.
|
and not include debug information compiled into object files and the
|
||||||
|
executable.
|
||||||
|
|
||||||
SHARED=0
|
SHARED=1
|
||||||
Build static libraries instead of DLLs. By default, DLLs are built
|
Build shared libraries (DLLs). By default, DLLs are not built
|
||||||
(SHARED=1).
|
(SHARED=0).
|
||||||
|
|
||||||
UNICODE=1
|
UNICODE=1
|
||||||
To build Unicode versions of the libraries, add UNICODE=1 to make invocation
|
To build Unicode versions of the libraries, add UNICODE=1 to make invocation
|
||||||
|
Loading…
Reference in New Issue
Block a user