diff options
Diffstat (limited to 'plugins/Dbx_mdb/dbx_lmdb.vcxproj')
-rw-r--r-- | plugins/Dbx_mdb/dbx_lmdb.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Dbx_mdb/dbx_lmdb.vcxproj b/plugins/Dbx_mdb/dbx_lmdb.vcxproj index 895b2437f1..b8b0406c35 100644 --- a/plugins/Dbx_mdb/dbx_lmdb.vcxproj +++ b/plugins/Dbx_mdb/dbx_lmdb.vcxproj @@ -29,6 +29,9 @@ <ClCompile Include="src\lmdb\*.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\lmdb\*.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
</ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
|