Reorganize VS2012 project and add unity build for websocket

This commit is contained in:
Vinnie Falco
2013-05-13 19:36:16 -07:00
parent 59adf3ecc3
commit 08395fcf3d
3 changed files with 458 additions and 399 deletions

View File

@@ -0,0 +1,16 @@
// Unity build file for websocket
//
// Must come first to prevent compile errors
#include "websocketpp/src/uri.cpp"
#include "websocketpp/src/base64/base64.cpp"
#include "websocketpp/src/rng/boost_rng.cpp"
#include "websocketpp/src/messages/data.cpp"
#include "websocketpp/src/processors/hybi_header.cpp"
#include "websocketpp/src/processors/hybi_util.cpp"
#include "websocketpp/src/md5/md5.c"
#include "websocketpp/src/network_utilities.cpp"
#include "websocketpp/src/sha1/sha1.cpp"