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

Fix building with intel-win32 toolset, it was missing linking to some of the system DLLs. (merge from HEAD)

[SVN r33534]
This commit is contained in:
Rene Rivera
2006-04-04 23:41:06 +00:00
parent 7a642565e8
commit 57da2af7fa

View File

@@ -177,7 +177,7 @@ toolset intel-win32 icl : /Fe : -D
[ opt --release : /ML /O2 /Ob2 /Gy /GF /GA /GB ]
[ opt --debug : /MLd /DEBUG /Z7 /Od /Ob0 ]
-I$(--python-include)
: $(--python-lib[1]) ;
: kernel32.lib advapi32.lib $(--python-lib[1]) ;
## KCC ?
toolset kcc KCC : "-o " : -D
: