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

Fix building with intel-win32 toolset, it was missing linking to some of the system DLLs.

[SVN r33532]
This commit is contained in:
Rene Rivera
2006-04-04 23:17:43 +00:00
parent 997b0f87db
commit aaf31f754f

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
: