]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct defaults for basic options (bug #1048680)
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 27 Oct 2004 19:27:14 +0000 (19:27 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 27 Oct 2004 19:27:14 +0000 (19:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index 176d1ba2c682406e965669838d6f56cb4c9e2479..e180b2e4836714a9706138b4f773d3d160e7fd4a 100644 (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.
-
-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