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:
Vinnie Falco
2014-05-29 11:59:36 -07:00
parent d9755d33d0
commit ce8f56727e
261 changed files with 918 additions and 913 deletions

View File

@@ -18,14 +18,14 @@
//==============================================================================
#if BEAST_INCLUDE_BEASTCONFIG
#include "../../BeastConfig.h"
#include <BeastConfig.h>
#endif
#include "impl/RecursiveMutex.cpp"
#include "impl/ServiceQueue.cpp"
#include "impl/Stoppable.cpp"
#include "impl/Thread.cpp"
#include "impl/WaitableEvent.cpp"
#include <beast/threads/impl/RecursiveMutex.cpp>
#include <beast/threads/impl/ServiceQueue.cpp>
#include <beast/threads/impl/Stoppable.cpp>
#include <beast/threads/impl/Thread.cpp>
#include <beast/threads/impl/WaitableEvent.cpp>
#include "tests/Atomic.test.cpp"
#include "tests/ServiceQueue.cpp"
#include <beast/threads/tests/Atomic.test.cpp>
#include <beast/threads/tests/ServiceQueue.cpp>