Add win32 Intel compiler

[SVN r8645]
This commit is contained in:
Beman Dawes 2001-01-19 18:14:13 +00:00
parent 3368f7319a
commit 8e5b9af19e

View file

@ -122,4 +122,11 @@ cl /c /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlpor
cl /Feboosttmp.exe /nologo /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "$BOOST_STLPORT_PATH/stlport" /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link /libpath:$BOOST_STLPORT_PATH\lib user32.lib
Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0
win32
icl
Intel C++ 5.0
icl /c /nologo /Qwn5 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source
icl /Feboosttmp.exe /nologo /Qwn5 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I "%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
Intel C++<br>5.0<br>MS lib<br>6.0
// end of file