Change 599
david_turner
committed this change
into
//guest/david_turner/jam/src
Request Review
Download .zip
Adding/Upgrading support for Windows compilers:
Visual C/C++
Intel C/C++
Win32-LCC
Watcom C/C++
Borland C/C++
MingW (gcc without cygwin)
Adding support for new compilers on OS/2:
Watcom C/C++
EMX-GCC
Note that there is a new scheme to select the compiler
you want to use on a given platform:
- define one of the following environment variable, with the
appropriate value according to this list:
Variable Toolset Description
BORLANDC Borland C++ BC++ install path
VISUALC Microsoft Visual C++ VC++ install path
VISUALC16 Microsoft Visual C++ 16 bit VC++ 16 bit install
INTELC Intel C/C++ IC++ install path
WATCOM Watcom C/C++ Watcom install path
MINGW MinGW (gcc) MinGW install path
LCC Win32-LCC LCC-Win32 install path
- define the JAM_TOOLSET environment variable with the *name*
of the toolset variable you want to use.
e.g.: set VISUALC=C:\Visual6
set JAM_TOOLSET=VISUALC
if Jam is invoked with no JAM_TOOLSET defined, it will print a table
of valid values and their expected meaning..
Files
4
Comments
0
4
edited
0
added
0
deleted
•
Jambase#2
Loading...
Jamfile#4
Loading...
fileos2.c#2
Loading...
fileunix.c#2
Loading...
Tip: Use
n
and
p
to cycle through the changes.