From 458d26a0cb7b061188f7688169e7bcc0c31315bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 27 Oct 2004 19:27:14 +0000 Subject: [PATCH] Correct defaults for basic options (bug #1048680) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 176d1ba2c6..e180b2e483 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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. - -SHARED=0 - Build static libraries instead of DLLs. By default, DLLs are built - (SHARED=1). +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=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 -- 2.45.2