mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 01:07:57 +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,18 +18,18 @@
|
||||
//==============================================================================
|
||||
|
||||
#if BEAST_INCLUDE_BEASTCONFIG
|
||||
#include "../../BeastConfig.h"
|
||||
#include <BeastConfig.h>
|
||||
#endif
|
||||
|
||||
#include "impl/Error.cpp"
|
||||
#include <beast/utility/impl/Error.cpp>
|
||||
|
||||
#include "impl/Debug.cpp"
|
||||
#include "impl/Journal.cpp"
|
||||
#include "impl/LeakChecked.cpp"
|
||||
#include "impl/StaticObject.cpp"
|
||||
#include "impl/PropertyStream.cpp"
|
||||
#include <beast/utility/impl/Debug.cpp>
|
||||
#include <beast/utility/impl/Journal.cpp>
|
||||
#include <beast/utility/impl/LeakChecked.cpp>
|
||||
#include <beast/utility/impl/StaticObject.cpp>
|
||||
#include <beast/utility/impl/PropertyStream.cpp>
|
||||
|
||||
#include "tests/bassert.test.cpp"
|
||||
#include "tests/empty_base_optimization.test.cpp"
|
||||
#include "tests/Zero.test.cpp"
|
||||
#include "tests/tagged_integer.test.cpp"
|
||||
#include <beast/utility/tests/bassert.test.cpp>
|
||||
#include <beast/utility/tests/empty_base_optimization.test.cpp>
|
||||
#include <beast/utility/tests/Zero.test.cpp>
|
||||
#include <beast/utility/tests/tagged_integer.test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user