Tidy up some source filenames:

* Add .unity suffix to mark unity sources
* Fix some relative include paths
This commit is contained in:
Vinnie Falco
2014-04-22 14:48:48 -07:00
parent 9efac86bb7
commit 4ccc380a7b
23 changed files with 75 additions and 75 deletions

View File

@@ -17,7 +17,7 @@
*/
//==============================================================================
// MODULES: ../../../modules/beast_core/beast_core.cpp ../../strings/Strings.cpp ../../chrono/Chrono.cpp ../../threads/Threads.cpp
// MODULES: ../../../modules/beast_core/beast_core.beast_core.unity.cpp ../../strings/Strings.cpp ../../chrono/Chrono.cpp ../../threads/Threads.cpp
#include "../BinaryEncoding.h"
#include "../UnsignedInteger.h"