* Added a bunch of unfinished code for Id reputation management (#ifdef'd out).

* Disabled GXS services from compilation, or running as services.
 * moved retrodb.cc into newcache group, as it introduces new sqlite dependancy




git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-new_cache_system@5333 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-07-27 12:45:52 +00:00
parent d50ecd145f
commit 02b2c72f61
3 changed files with 591 additions and 6 deletions
libretroshare/src

View file

@ -1,8 +1,8 @@
TEMPLATE = lib
#CONFIG += staticlib release
#CONFIG += staticlib testnetwork
CONFIG += staticlib bitdht debug newservices
#newcache
CONFIG += staticlib bitdht debug
#newcache newservices
#
CONFIG -= qt
TARGET = retroshare
@ -482,7 +482,6 @@ HEADERS += util/folderiterator.h \
util/rswin.h \
util/rsrandom.h \
util/pugiconfig.h \
util/retrodb.h
SOURCES += dbase/cachestrapper.cc \
dbase/fimonitor.cc \
@ -675,8 +674,8 @@ HEADERS += serialiser/rsnxsitems.h \
gxs/rstokenservice.h \
gxs/rsgxsdataaccess.h \
retroshare/rsgxsservice.h \
serialiser/rsgxsitems.h
serialiser/rsgxsitems.h \
util/retrodb.h
SOURCES += serialiser/rsnxsitems.cc \
gxs/rsdataservice.cc \
@ -684,7 +683,8 @@ SOURCES += serialiser/rsnxsitems.cc \
gxs/rsgxsnetservice.cc \
gxs/rsgxsdata.cc \
services/p3photoserviceV2.cc \
gxs/rsgxsdataaccess.cc
gxs/rsgxsdataaccess.cc \
util/retrodb.cc
}