RetroShare is a Free and Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.
Go to file
drbob 5ea8cfb67d Added Ben's patches:
* Compilation for FreeBSD.
	* Notes that MT is not cryptographically secure.
	* modified sorting of DHT Window.

Only one change that I didn't commit:

 bitdht {
-       LIBS += ../../libbitdht/src/lib/libbitdht.a
-       PRE_TARGETDEPS *= ../../libbitdht/src/lib/libbitdht.a
+       LIBS += ../../libbitdht/src/libbitdht.a
+       PRE_TARGETDEPS *= ../../libbitdht/src/libbitdht.a
 }

As this would have broken compilation on the other platforms.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4619 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-09-28 15:16:21 +00:00
build_scripts updated ubuntu changelog 2011-09-16 19:15:36 +00:00
libbitdht/src Added Ben's patches: 2011-09-28 15:16:21 +00:00
libretroshare/src Added Ben's patches: 2011-09-28 15:16:21 +00:00
plugins fixed compilation 2011-07-09 15:47:49 +00:00
retroshare-gui/src Added Ben's patches: 2011-09-28 15:16:21 +00:00
retroshare-nogui/src Forgot to commit retroshare-nogui and forgot to say recompile of the GUI needed. 2011-08-05 21:17:08 +00:00
build-all-mingw32make.bat added build all bat file for windows 2011-07-02 16:52:58 +00:00
RetroShare.pro Removed duplicate labels in ui files and some other compiler warnings. 2011-08-13 22:26:51 +00:00