Prune unused features in 'libcppkore'

This commit is contained in:
Kawe Mazidjatari 2023-03-21 00:16:03 +01:00
parent 8177707413
commit f66019fbf8
3 changed files with 647 additions and 711 deletions

View File

@ -16,7 +16,7 @@
#include "ConsoleKey.h"
#include "ConsoleColor.h"
#include "ConsoleKeyInfo.h"
#include "Settings.h"
//#include "Settings.h"
#ifndef KORE_ENABLE_IO
#define KORE_ENABLE_IO 1
@ -27,7 +27,7 @@
#endif
#ifndef KORE_ENABLE_THREAD
#define KORE_ENABLE_THREAD 1
#define KORE_ENABLE_THREAD 0
#endif
#ifndef KORE_ENABLE_DIAG
@ -35,7 +35,7 @@
#endif
#ifndef KORE_ENABLE_MATH
#define KORE_ENABLE_MATH 1
#define KORE_ENABLE_MATH 0
#endif
#ifndef KORE_ENABLE_WIN32
@ -43,11 +43,11 @@
#endif
#ifndef KORE_ENABLE_COMP
#define KORE_ENABLE_COMP 1
#define KORE_ENABLE_COMP 0
#endif
#ifndef KORE_ENABLE_HASH
#define KORE_ENABLE_HASH 1
#define KORE_ENABLE_HASH 0
#endif
#ifndef KORE_ENABLE_FORMS
@ -59,7 +59,7 @@
#endif
#ifndef KORE_ENABLE_ASSETS
#define KORE_ENABLE_ASSETS 1
#define KORE_ENABLE_ASSETS 0
#endif
#if KORE_ENABLE_IO

View File

@ -299,7 +299,6 @@
<ClInclude Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\ScrollBars.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\SecureString.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\Settings.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\SortOrder.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\SpecialFolder.h" />
<ClInclude Include="..\thirdparty\cppnet\cppkore\stdext.h" />
@ -413,7 +412,6 @@
<ClCompile Include="..\thirdparty\cppnet\cppkore\Registry.cpp" />
<ClCompile Include="..\thirdparty\cppnet\cppkore\RegistryKey.cpp" />
<ClCompile Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.cpp" />
<ClCompile Include="..\thirdparty\cppnet\cppkore\Settings.cpp" />
<ClCompile Include="..\thirdparty\cppnet\cppkore\stdafx.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>

File diff suppressed because it is too large Load Diff