mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
removed net_test1 from tests (code not commited)
switched back to "release mode" in p3face-startup.c git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@495 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9c015a22c2
commit
a8d18793d9
@ -34,10 +34,12 @@ RSOBJ = $(BASE_OBJ) $(LOOP_OBJ) \
|
||||
$(GRP_OBJ) \
|
||||
$(OTHER_OBJ)
|
||||
|
||||
TESTOBJ = xpgp_id.o net_test.o dht_test.o net_test1.o
|
||||
TESTOBJ = xpgp_id.o net_test.o dht_test.o
|
||||
#net_test1.o
|
||||
#conn_test.o
|
||||
|
||||
TESTS = xpgp_id net_test dht_test net_test1
|
||||
TESTS = xpgp_id net_test dht_test
|
||||
#net_test1
|
||||
#conn_test
|
||||
|
||||
|
||||
|
@ -74,6 +74,8 @@
|
||||
#define RS_RELEASE 1
|
||||
****/
|
||||
|
||||
#define RS_RELEASE 1
|
||||
|
||||
|
||||
/**************** PQI_USE_XPGP ******************/
|
||||
#if defined(PQI_USE_XPGP)
|
||||
|
Loading…
Reference in New Issue
Block a user