mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make all include paths relative to a root directory:
* Better include path support in the VSProject scons tool. * Various manual fixes to include paths.
This commit is contained in:
@@ -18,17 +18,17 @@
|
||||
//==============================================================================
|
||||
|
||||
#if BEAST_INCLUDE_BEASTCONFIG
|
||||
#include "../../BeastConfig.h"
|
||||
#include <BeastConfig.h>
|
||||
#endif
|
||||
|
||||
#include "impl/basic_url.cpp"
|
||||
#include "impl/get.cpp"
|
||||
#include "impl/joyent_parser.cpp"
|
||||
#include "impl/ParsedURL.cpp"
|
||||
#include "impl/raw_parser.cpp"
|
||||
#include "impl/URL.cpp"
|
||||
#include <beast/http/impl/basic_url.cpp>
|
||||
#include <beast/http/impl/get.cpp>
|
||||
#include <beast/http/impl/joyent_parser.cpp>
|
||||
#include <beast/http/impl/ParsedURL.cpp>
|
||||
#include <beast/http/impl/raw_parser.cpp>
|
||||
#include <beast/http/impl/URL.cpp>
|
||||
|
||||
#include "tests/basic_url.test.cpp"
|
||||
#include "tests/client_session.test.cpp"
|
||||
#include "tests/ParsedURL.cpp"
|
||||
#include "tests/urls_large_data.cpp"
|
||||
#include <beast/http/tests/basic_url.test.cpp>
|
||||
#include <beast/http/tests/client_session.test.cpp>
|
||||
#include <beast/http/tests/ParsedURL.cpp>
|
||||
#include <beast/http/tests/urls_large_data.cpp>
|
||||
|
||||
Reference in New Issue
Block a user