mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Add win32 Intel compiler
[SVN r8645]
This commit is contained in:
parent
3368f7319a
commit
8e5b9af19e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue