]> git.saurik.com Git - wxWidgets.git/commitdiff
correct Watcom build instructions
authorChris Elliott <biol75@york.ac.uk>
Fri, 11 Apr 2003 14:31:24 +0000 (14:31 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 11 Apr 2003 14:31:24 +0000 (14:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index c52d7218e6906539c343f7efa69eec30836ae00d..0cd8e2c5f6a56795731f5465680638d6d2ea8296 100644 (file)
@@ -392,10 +392,12 @@ There are several makefile variables which may be modified:
 
 - OUTPUTDIR may be set to the name of the directory where you want all the
   object files to be generated (the library files are always created in
-  %WXWIN\lib). You may set it to nothing to create them in the same directory
-  as the sourcse, however using a separate directory is preferable if you use
-  several different compilers. If you change OUTPUTDIR, make sure that it is
-  either empty or has a trailing backslash!
+  %WXWIN\lib). Compilation will fail if you set it to an empty string 
+  to create them in the same directory as the source. If you change OUTPUTDIR, 
+  make sure that it does not have a trailing backslash!
+
+- In the samples, you may use EXEDIR=adir to build the samples in adir. Setting
+  EXEDIR=. will build in the current directory,
 
 
 Note (1): if your installation of Watcom doesn't have odbc32.lib file and