diff --git a/Jamfile b/Jamfile
index c6547bea7..781e627f0 100755
--- a/Jamfile
+++ b/Jamfile
@@ -57,8 +57,8 @@ SOURCES =
sha1.c
;
-# use different versions of some files for
-# windows
+
+# some windows specific settings
if [ modules.peek : NT ] && toolset != msvc-6
{
@@ -80,8 +80,8 @@ lib torrent
/boost/filesystem//boost_filesystem/static
$(LIBS)
:
- ./include
multi
+ static
: debug release
;