mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-22 16:09:18 -04:00
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:
parent
4c3e70f0bf
commit
0fcf56faea
@ -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 ######################################
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
#include "util/rsnet.h"
|
||||
#include "netstatebox.h"
|
||||
#include "time.h"
|
||||
|
||||
// External Interface.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user