Do massive overhaul and simplification of DN
This commit is contained in:
@@ -1,16 +1,9 @@
|
||||
#include "Base/dn_base.cpp"
|
||||
#include "Base/dn_base_containers.cpp"
|
||||
#include "Base/dn_base_log.cpp"
|
||||
#include "Base/dn_base_leak.cpp"
|
||||
|
||||
#if DN_H_WITH_OS
|
||||
#include "OS/dn_os_tls.cpp"
|
||||
#include "OS/dn_os.cpp"
|
||||
#include "OS/dn_os_allocator.cpp"
|
||||
#include "OS/dn_os_containers.cpp"
|
||||
#include "OS/dn_os_print.cpp"
|
||||
#include "OS/dn_os_string.cpp"
|
||||
|
||||
#if defined(DN_PLATFORM_POSIX) || defined(DN_PLATFORM_EMSCRIPTEN)
|
||||
#include "OS/dn_os_posix.cpp"
|
||||
#elif defined(DN_PLATFORM_WIN32)
|
||||
@@ -18,8 +11,6 @@
|
||||
#else
|
||||
#error Please define a platform e.g. 'DN_PLATFORM_WIN32' to enable the correct implementation for platform APIs
|
||||
#endif
|
||||
|
||||
#include "OS/dn_os_stacktrace.cpp"
|
||||
#endif
|
||||
|
||||
#if DN_H_WITH_CORE
|
||||
@@ -30,10 +21,6 @@
|
||||
#include "Extra/dn_math.cpp"
|
||||
#endif
|
||||
|
||||
#if DN_H_WITH_HASH
|
||||
#include "Extra/dn_hash.cpp"
|
||||
#endif
|
||||
|
||||
#if DN_H_WITH_HELPERS
|
||||
#include "Extra/dn_helpers.cpp"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user