diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-20 16:21:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-20 16:21:01 +0300 |
commit | f7d570dd81d080028951d8403ce54827197e90b1 (patch) | |
tree | 3bbb2d781eb7a8cf770a33d6b48626792ee81bf9 /plugins/Dbx_mdb/dbx_lmdb.vcxproj | |
parent | 4a8b5fc70695ea37e06ecfcda6a5484e9c422bdb (diff) |
dbx_lmdb => libmdbx
Diffstat (limited to 'plugins/Dbx_mdb/dbx_lmdb.vcxproj')
-rw-r--r-- | plugins/Dbx_mdb/dbx_lmdb.vcxproj | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/Dbx_mdb/dbx_lmdb.vcxproj b/plugins/Dbx_mdb/dbx_lmdb.vcxproj index 41afd957be..a4016eb5b6 100644 --- a/plugins/Dbx_mdb/dbx_lmdb.vcxproj +++ b/plugins/Dbx_mdb/dbx_lmdb.vcxproj @@ -26,10 +26,16 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\mdbx\*.c">
+ <ClCompile Include="src\libmdbx\src\lck-windows.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="src\mdbx\*.cpp">
+ <ClCompile Include="src\libmdbx\src\mdbx.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\libmdbx\src\osal.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\libmdbx\src\version.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
|