mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
* Fixed up UDP Port "netReset()" (was stuck on 7812, now follows your tcp port).
* OSX Bug: doesn't like classes in C files. switched to void * pointer. * A little extra debugging in pqissl on disconnects. * switched on bitdht by default in libretroshare.pro git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3334 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7318fdf9c8
commit
627b0f88a2
5 changed files with 48 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
TEMPLATE = lib
|
||||
#CONFIG += staticlib release
|
||||
CONFIG += staticlib testnetwork
|
||||
#CONFIG += staticlib testnetwork bitdht
|
||||
#CONFIG += staticlib testnetwork
|
||||
CONFIG += staticlib testnetwork bitdht
|
||||
CONFIG -= qt
|
||||
TARGET = retroshare
|
||||
|
||||
|
@ -36,7 +36,6 @@ testnetwork {
|
|||
}
|
||||
|
||||
|
||||
|
||||
#CONFIG += debug
|
||||
debug {
|
||||
# DEFINES *= DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue