From bb28db9fe562a9ac016b1ed385e27d06c5b993b8 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 4 Apr 2006 23:17:43 +0000 Subject: [PATCH] Fix building with intel-win32 toolset, it was missing linking to some of the system DLLs. [SVN r33532] --- historic/jam/src/build.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historic/jam/src/build.jam b/historic/jam/src/build.jam index 8698efe57..eb066f1b4 100644 --- a/historic/jam/src/build.jam +++ b/historic/jam/src/build.jam @@ -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 :