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:
@@ -21,10 +21,10 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include "../Thread.h"
|
||||
#include "../../smart_ptr/SharedObject.h"
|
||||
#include "../../smart_ptr/SharedPtr.h"
|
||||
#include "../../../modules/beast_core/time/Time.h"
|
||||
#include <beast/threads/Thread.h>
|
||||
#include <beast/smart_ptr/SharedObject.h>
|
||||
#include <beast/smart_ptr/SharedPtr.h>
|
||||
#include <modules/beast_core/time/Time.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
@@ -452,11 +452,11 @@ void Thread::yield()
|
||||
#include <Foundation/NSString.h>
|
||||
#import <objc/message.h>
|
||||
namespace beast{
|
||||
#include "../../../modules/beast_core/native/osx_ObjCHelpers.h"
|
||||
#include <modules/beast_core/native/osx_ObjCHelpers.h>
|
||||
}
|
||||
|
||||
#else
|
||||
# include <sys/prctl.h>
|
||||
#include <sys/prctl.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user