correct Watcom build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
- 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
|
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
|
%WXWIN\lib). Compilation will fail if you set it to an empty string
|
||||||
as the sourcse, however using a separate directory is preferable if you use
|
to create them in the same directory as the source. If you change OUTPUTDIR,
|
||||||
several different compilers. If you change OUTPUTDIR, make sure that it is
|
make sure that it does not have a trailing backslash!
|
||||||
either empty or has 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
|
Note (1): if your installation of Watcom doesn't have odbc32.lib file and
|
||||||
|
Reference in New Issue
Block a user