remove rt from win32

This commit is contained in:
Marcos Pinto 2008-01-07 21:43:44 +00:00
parent dcefa152c0
commit 7d781568ea
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ else:
EXTRA_LINK_ARGS = ['-L.\win32\lib']
includedirs = ['./libtorrent', './libtorrent/include', './libtorrent/include/libtorrent', './win32/include']
librariestype = ['boost_filesystem', 'boost_date_time',
'boost_thread', 'rt', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32']
'boost_thread', 'z', 'ssl' ,'wsock32' ,'crypto' ,'gdi32' ,'ws2_32']
# NOTE: The Rasterbar Libtorrent source code is in the libtorrent/ directory
# inside of Deluge's source tarball.