]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/msw/install.txt
added DoDrawRoundedRectangle() implementation (patch 931364)
[wxWidgets.git] / docs / msw / install.txt
index a1d2132713658d3498ebdd10d4faf94c8f4aff62..7c3d96a1ad03113db2859e960c2eebff33650207 100644 (file)
@@ -355,9 +355,10 @@ provide Unix-like tools that you'll need to build wxWindows using configure.
 Using makefiles directly
 ------------------------
 
-NOTE: The makefile are for compilation under Cygwin, MSYS, or
+NOTE: The makefile are for compilation under Cygwin, or
       command.com/cmd.exe, they won't work in other environments
-      (such as UNIX)
+      (such as UNIX or Unix-like, e.g. MSYS, you have to use configure
+      instead)
 
 Here are the steps required using the provided makefiles:
 
@@ -481,7 +482,7 @@ and can be downloaded from http://www.digitalmars.com/
    
 1. You need to download and unzip in turn (later packages will overwrite
    older files)
-      Digital Mars C/C++ Compiler Version 8.38 or later
+      Digital Mars C/C++ Compiler Version 8.40 or later
       Basic utilities
    from http://www.digitalmars.com/download/freecompiler.html
 
@@ -559,7 +560,7 @@ BUILD=debug
   information compiled into object files and the executable.
 
 SHARED=0
-  Build static libraries instead of DLLs. By default, DLLs are build
+  Build static libraries instead of DLLs. By default, DLLs are built
   (SHARED=1).
 
 UNICODE=1
@@ -644,7 +645,7 @@ VENDOR=<your company name>
   wxmsw250_core_bcc_mycorp.dll.
 
 CFG=<configuration name>
-  Sets configuration name so that you can have multiple wxWindows build with
+  Sets configuration name so that you can have multiple wxWindows builds with
   different setup.h settings coexisting in same tree. See "Object and library
   directories" below for more information.
 
@@ -722,11 +723,11 @@ and libraries in
   lib\bcc_dllMyBuild
   etc.
 
-By now it is clear for CFG is for: builds with different CFG settings don't
+By now it is clear what CFG is for: builds with different CFG settings don't
 share any files and they use different setup.h files. This allows you to e.g. 
 have two static debug builds, one with wxUSE_SOCKETS=0 and one with sockets
 enabled (without CFG, both of them would be put into same directory and there
-would be conflict between the files).
+would be conflicts between the files).
 
 General Notes
 =============