mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 08:33:00 +00:00
Add official Intel support including logo
[SVN r10111]
This commit is contained in:
parent
4e35dc4708
commit
0a96918572
3 changed files with 34 additions and 28 deletions
|
@ -179,6 +179,27 @@ bcc32 -c -I%include -j10 -q %source
|
|||
bcc32 -eboosttmp.exe -I%include -j10 -q %source
|
||||
Borland<br><a href="http://www.borland.com/bcppbuilder/freecompiler/">BCC</a><br>5.5.1
|
||||
|
||||
win32
|
||||
cygwin
|
||||
GCC under cygwin
|
||||
g++ -c -ftemplate-depth-30 -I%include %source
|
||||
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
||||
GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
|
||||
|
||||
//win32
|
||||
//gcc-stlport-debug
|
||||
//GCC under cygwin with STLport 4.0
|
||||
//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
|
||||
//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
|
||||
//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
||||
|
||||
win32
|
||||
icl
|
||||
Intel C++ 5.0
|
||||
icl /c /nologo /Qwn5 /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 /Qwn5 /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 SP4
|
||||
|
||||
win32
|
||||
cw
|
||||
Metrowerks CodeWarrior
|
||||
|
@ -200,28 +221,6 @@ vc-stlport
|
|||
Microsoft Visual C++ with STLport
|
||||
cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
|
||||
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I"%include" /D "__STL_DEBUG" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /incremental:no /libpath:$BOOST_STLPORT_PATH\lib user32.lib
|
||||
Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4<br>STLport<br>4.0
|
||||
|
||||
win32
|
||||
cygwin
|
||||
GCC under cygwin
|
||||
g++ -c -ftemplate-depth-30 -I%include %source
|
||||
g++ -o boosttmp.exe -ftemplate-depth-30 -I%include %source
|
||||
GNU <a href="http://gcc.gnu.org/">GCC</a><br>2.95.2-6<br><a href="http://sources.redhat.com/cygwin/">Cygwin</a> 1.1.7
|
||||
|
||||
//win32
|
||||
//gcc-stlport-debug
|
||||
//GCC under cygwin with STLport 4.0
|
||||
//g++ -c -ftemplate-depth-30 -I%include -D __STL_DEBUG -I "$BOOST_STLPORT_PATH/stlport" %source
|
||||
//g++ -o boosttmp.exe -ftemplate-depth-30 "$BOOST_STLPORT_PATH/lib/" -I%include %source
|
||||
//GNU<br>GCC<br>2.95.2-6<br>STLport<br>4.0
|
||||
|
||||
// remove the intel compiler until they supply a permanent license
|
||||
//win32
|
||||
//icl
|
||||
//Intel C++ 5.0
|
||||
//icl /c /nologo /Qwn5 /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 /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
|
||||
//<a href="http://developer.intel.com/software/products/compilers/">Intel C++</a><br>5.0<br>MS lib<br>6.0
|
||||
Microsoft<br><a href="http://msdn.microsoft.com/vstudio/default.asp">VC++</a><br>6.0 SP4<br><a href="http://www.stlport.org/">STLport</a><br>4.0
|
||||
|
||||
// end of file
|
||||
|
|
|
@ -97,15 +97,22 @@ library tests have not yet been included.</p>
|
|||
|
||||
<h2>Acknowledgements</h2>
|
||||
|
||||
The compiler status tables have been prepared with donated resources
|
||||
from a number of individuals, educational institutions, and
|
||||
The compiler status tables have been prepared with resources donated by a number of individuals, educational institutions, and
|
||||
companies. Boost would like to thank them for their support.
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.intel.com/software/products"><img border="0" src="intel_logo.gif" align="center" width="72" height="36">Intel
|
||||
Corporation</a>, California, USA
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.lbl.gov">Lawrence Berkeley National Laboratory</a>,
|
||||
California, USA</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.nd.edu/">University of Notre Dame</a>,
|
||||
Indiana, USA
|
||||
<li><a href="http://www.lbl.gov">Lawrence Berkeley National Laboratory</a>,
|
||||
California, USA
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -116,7 +123,7 @@ of the products or services mentioned above.
|
|||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %B %Y" startspan -->16 April 2001<!--webbot bot="Timestamp" endspan i-checksum="28281" --></p>
|
||||
s-format="%d %B %Y" startspan -->14 May 2001<!--webbot bot="Timestamp" endspan i-checksum="15109" --></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
BIN
status/intel_logo.gif
Normal file
BIN
status/intel_logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Reference in a new issue