some fixes for windows compile

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-peernet@4301 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-06-19 18:09:39 +00:00
parent 4c3e70f0bf
commit 0fcf56faea
2 changed files with 14 additions and 0 deletions

View File

@ -76,6 +76,19 @@ linux-g++ {
}
win32 {
LIBS += ../../libretroshare/src/lib/libretroshare.a
LIBS += -L"../../../../../lib"
LIBS += -lssl -lcrypto -lgpgme -lpthreadGC2d -lminiupnpc -lz
LIBS += -luuid -lole32 -liphlpapi -lcrypt32-cygwin -lgdi32
LIBS += -lole32 -lwinmm
LIBS += -lws2_32
DEFINES += WINDOWS_SYS
}
############################## Common stuff ######################################

View File

@ -1,6 +1,7 @@
#include "util/rsnet.h"
#include "netstatebox.h"
#include "time.h"
// External Interface.