2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Switch intel-win32 to use static multi thread runtime since the single thread static runtime is no longer available. (fixes #1287)

[SVN r41113]
This commit is contained in:
Rene Rivera
2007-11-15 18:56:43 +00:00
parent 1ba4cc4fd5
commit deebd6b521

View File

@@ -197,8 +197,8 @@ toolset intel-linux icc : "-o " : -D
## Intel C/C++ for Win32
toolset intel-win32 icl : /Fe : -D
: /nologo
[ opt --release : /ML /O2 /Ob2 /Gy /GF /GA /GB ]
[ opt --debug : /MLd /DEBUG /Z7 /Od /Ob0 ]
[ opt --release : /MT /O2 /Ob2 /Gy /GF /GA /GB ]
[ opt --debug : /MTd /DEBUG /Z7 /Od /Ob0 ]
-I$(--python-include) -I$(--extra-include)
: kernel32.lib advapi32.lib user32.lib $(--python-lib[1]) ;
## KCC ?