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:
Włodzimierz Skiba 2004-10-27 19:27:14 +00:00
parent b2d739ba55
commit 458d26a0cb

View File

@ -557,14 +557,15 @@ build\msw\config.* file; more detailed description follows.
Basic options
-------------
BUILD=debug
Builds debug version of the library (default is 'release'). This affects
name of the library ('d' is appended), __WXDEBUG__ is defined and debug
information compiled into object files and the executable.
BUILD=release
Builds release version of the library. It differs from default 'debug'
in lack of appended 'd' in name of library, does not define __WXDEBUG__
and not include debug information compiled into object files and the
executable.
SHARED=0
Build static libraries instead of DLLs. By default, DLLs are built
(SHARED=1).
SHARED=1
Build shared libraries (DLLs). By default, DLLs are not built
(SHARED=0).
UNICODE=1
To build Unicode versions of the libraries, add UNICODE=1 to make invocation