Change to the treatment of BeastConfig.h

* No longer requires its own compiler include path
* Includes use relative paths to locate the file
* Client applications include the file themselves
* Inclusion of BeastConfig.h can be controlled via preprocessor directive
This commit is contained in:
Vinnie Falco
2014-03-17 18:20:31 -07:00
parent cad50c68a8
commit 3cb3e5273f
86 changed files with 105 additions and 1032 deletions

View File

@@ -17,7 +17,7 @@
*/
//==============================================================================
#include "BeastConfig.h"
#include "../../BeastConfig.h"
#include "ripple_data.h"