diff options
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>
|