*** empty log message ***

This commit is contained in:
Arvid Norberg 2004-04-04 22:18:46 +00:00
parent b164286e52
commit a517d0cba5
1 changed files with 2 additions and 3 deletions

View File

@ -54,7 +54,6 @@ SOURCES =
alert.cpp
entry.cpp
escape_string.cpp
file.cpp
identify_client.cpp
peer_connection.cpp
piece_picker.cpp
@ -93,11 +92,11 @@ ZLIB_SOURCES =
if [ modules.peek : NT ]
{
LIBS += winsock ;
SOURCES += file_win.cpp
SOURCES += file_win.cpp ;
}
else
{
SOURCES += file.cpp
SOURCES += file.cpp ;
}
lib torrent