mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Prune unused features in 'libcppkore'
This commit is contained in:
parent
8177707413
commit
f66019fbf8
12
r5dev/thirdparty/cppnet/cppkore/Kore.h
vendored
12
r5dev/thirdparty/cppnet/cppkore/Kore.h
vendored
@ -16,7 +16,7 @@
|
|||||||
#include "ConsoleKey.h"
|
#include "ConsoleKey.h"
|
||||||
#include "ConsoleColor.h"
|
#include "ConsoleColor.h"
|
||||||
#include "ConsoleKeyInfo.h"
|
#include "ConsoleKeyInfo.h"
|
||||||
#include "Settings.h"
|
//#include "Settings.h"
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_IO
|
#ifndef KORE_ENABLE_IO
|
||||||
#define KORE_ENABLE_IO 1
|
#define KORE_ENABLE_IO 1
|
||||||
@ -27,7 +27,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_THREAD
|
#ifndef KORE_ENABLE_THREAD
|
||||||
#define KORE_ENABLE_THREAD 1
|
#define KORE_ENABLE_THREAD 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_DIAG
|
#ifndef KORE_ENABLE_DIAG
|
||||||
@ -35,7 +35,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_MATH
|
#ifndef KORE_ENABLE_MATH
|
||||||
#define KORE_ENABLE_MATH 1
|
#define KORE_ENABLE_MATH 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_WIN32
|
#ifndef KORE_ENABLE_WIN32
|
||||||
@ -43,11 +43,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_COMP
|
#ifndef KORE_ENABLE_COMP
|
||||||
#define KORE_ENABLE_COMP 1
|
#define KORE_ENABLE_COMP 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_HASH
|
#ifndef KORE_ENABLE_HASH
|
||||||
#define KORE_ENABLE_HASH 1
|
#define KORE_ENABLE_HASH 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_FORMS
|
#ifndef KORE_ENABLE_FORMS
|
||||||
@ -59,7 +59,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef KORE_ENABLE_ASSETS
|
#ifndef KORE_ENABLE_ASSETS
|
||||||
#define KORE_ENABLE_ASSETS 1
|
#define KORE_ENABLE_ASSETS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if KORE_ENABLE_IO
|
#if KORE_ENABLE_IO
|
||||||
|
@ -299,7 +299,6 @@
|
|||||||
<ClInclude Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.h" />
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.h" />
|
||||||
<ClInclude Include="..\thirdparty\cppnet\cppkore\ScrollBars.h" />
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ScrollBars.h" />
|
||||||
<ClInclude Include="..\thirdparty\cppnet\cppkore\SecureString.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\SortOrder.h" />
|
||||||
<ClInclude Include="..\thirdparty\cppnet\cppkore\SpecialFolder.h" />
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\SpecialFolder.h" />
|
||||||
<ClInclude Include="..\thirdparty\cppnet\cppkore\stdext.h" />
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\stdext.h" />
|
||||||
@ -413,7 +412,6 @@
|
|||||||
<ClCompile Include="..\thirdparty\cppnet\cppkore\Registry.cpp" />
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Registry.cpp" />
|
||||||
<ClCompile Include="..\thirdparty\cppnet\cppkore\RegistryKey.cpp" />
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\RegistryKey.cpp" />
|
||||||
<ClCompile Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.cpp" />
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.cpp" />
|
||||||
<ClCompile Include="..\thirdparty\cppnet\cppkore\Settings.cpp" />
|
|
||||||
<ClCompile Include="..\thirdparty\cppnet\cppkore\stdafx.cpp">
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\stdafx.cpp">
|
||||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user