Browse Source

Add comment for new libtorrent build flag

Upstream change:
66def89089
adaptive-webui-19844
Chocobo1 3 years ago
parent
commit
d6dce1efe9
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      conf.pri.windows

2
conf.pri.windows

@ -37,6 +37,8 @@ DEFINES += BOOST_ALL_NO_LIB
# Use one of the following options # Use one of the following options
DEFINES += BOOST_SYSTEM_STATIC_LINK DEFINES += BOOST_SYSTEM_STATIC_LINK
#DEFINES += BOOST_SYSTEM_DYN_LINK #DEFINES += BOOST_SYSTEM_DYN_LINK
# Enable it if compiling with libtorrent 3.x
#DEFINES += BOOST_SYSTEM_USE_UTF8
# Enable if libtorrent was built with this flag defined # Enable if libtorrent was built with this flag defined
#DEFINES += TORRENT_NO_DEPRECATE #DEFINES += TORRENT_NO_DEPRECATE

Loading…
Cancel
Save