mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -04:00
updated bdboot file and fixed up example.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
24c15a945a
commit
577f0ea554
3 changed files with 503 additions and 502 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
CXXFLAGS = -Wall -g -I..
|
||||
CXXFLAGS += -arch i386 # OSX
|
||||
#CXXFLAGS += -arch i386 # OSX
|
||||
|
||||
LIBS = -L../lib -lbitdht
|
||||
LIBS = -L../lib -lbitdht -lpthread
|
||||
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -27,6 +27,7 @@
|
|||
#include <udp/udpstack.h>
|
||||
#include <udp/udpbitdht.h>
|
||||
#include <bitdht/bdstddht.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "bdhandler.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue