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/Dbx_mdbx | |
parent | e705d77b5ce00ddcddb4584b6b3df3e538a86b46 (diff) |
Database
- libmdbx inlined not to change the code of utilities
- libmdbx.mir removed from build scripts
Diffstat (limited to 'plugins/Dbx_mdbx')
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj | 5 |
1 files changed, 5 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 |