update win32/como

[SVN r13692]
This commit is contained in:
Beman Dawes 2002-05-06 18:47:55 +00:00
parent 91a02a2ebf
commit 0885bf4d55

View file

@ -252,10 +252,10 @@ Borland<br><a href="http://www.borland.com/bcppbuilder/freecompiler/">BCC</a><br
win32
como
Comeau C++ 4.2.45 beta 2 libcomo beta 14
como -c -e5 --wchar_t --no_microsoft_bugs -D_WCHAR_T_DEFINED -I%include %source
como -e5 -tnone --wchar_t --no_microsoft_bugs -D_WCHAR_T_DEFINED -o boosttmp -I%include %source $COMO_BASE\comolib\libcomo.lib
<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta 2<br>libcomo<br>beta 14
Comeau C++ 4.3 beta 1 libcomo 22
como -c -e5 --wchar_t --A --43 -D_WCHAR_T_DEFINED -I%include %source
como -e5 -tnone --wchar_t --A --43 -D_WCHAR_T_DEFINED -o boosttmp -I%include %source $COMO_BASE\libcomo\libcomo.lib
<a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.3<br>beta 1<br>--A<br>libcomo<br>beta 22
win32
cygwin
@ -278,7 +278,7 @@ Intel C++ 5.0
// the impact of multi-megabyte error messages
icl /c /nologo /Qwn2 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
icl /Feboosttmp.exe /nologo /Qwn2 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
Intel<br><a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0 SP5
<a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0 SP5
win32
cw
@ -287,7 +287,7 @@ Metrowerks CodeWarrior
// the uninteded side effect of turning off some error detection
mwcc -c -maxerrors 10 -cwd source -I- -I%include %source
mwcc -o boosttmp.exe -maxerrors 10 -cwd source -I- -I%include %source
Metrowerks<br><a href="http://www.metrowerks.com/products/windows/">CodeWarrior</a><br>7.1
Metro-<br>werks<br><a href="http://www.metrowerks.com/products/windows/">Code-<br>Warrior</a><br>7.1
win32
vc