forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
205a6e2496
commit
28d7f32769
6
Jamfile
6
Jamfile
|
@ -57,8 +57,8 @@ SOURCES =
|
||||||
sha1.c
|
sha1.c
|
||||||
;
|
;
|
||||||
|
|
||||||
# use different versions of some files for
|
|
||||||
# windows
|
# some windows specific settings
|
||||||
|
|
||||||
if [ modules.peek : NT ] && toolset != msvc-6
|
if [ modules.peek : NT ] && toolset != msvc-6
|
||||||
{
|
{
|
||||||
|
@ -80,8 +80,8 @@ lib torrent
|
||||||
/boost/filesystem//boost_filesystem/<link>static
|
/boost/filesystem//boost_filesystem/<link>static
|
||||||
$(LIBS)
|
$(LIBS)
|
||||||
:
|
:
|
||||||
<include>./include
|
|
||||||
<threading>multi
|
<threading>multi
|
||||||
|
<link>static
|
||||||
: debug release
|
: debug release
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue