diff options
| author | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-05-22 20:25:34 +0300 |
| commit | 4ba812b71eb6e3cbefcea50d71dd8b7b98779a73 (patch) | |
| tree | 89f8527d0e01ccaa96b3f9498dad1073e512b8c6 /plugins | |
| parent | e705d77b5ce00ddcddb4584b6b3df3e538a86b46 (diff) | |
Database
- libmdbx inlined not to change the code of utilities
- libmdbx.mir removed from build scripts
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj | 5 | ||||
| -rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj index 9e8db3f9e2..f79541e90f 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj @@ -53,4 +53,9 @@ <ResourceCompile Include="res\dbx_mdbx.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
+ <ItemDefinitionGroup>
+ <Link>
+ <AdditionalDependencies>ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ </Link>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 37357ceed3..6e9532f480 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -565,6 +565,7 @@ static renameTable[] = { L"gtalkext.dll", nullptr },
{ L"importtxt.dll", nullptr },
{ L"langman.dll", nullptr },
+ { L"libmdbx.mir", nullptr },
{ L"libtox.dll", nullptr },
{ L"metacontacts.dll", nullptr },
{ L"mra.dll", nullptr },
|
