diff options
| author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
| commit | 9f75de77d912d11d49d36a9c87b3b94fe43209f1 (patch) | |
| tree | 28c98e19d9ab4189f2926399aeac3b8ced554809 /libs/sqlite3/sqlite3.vcxproj | |
| parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) | |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'libs/sqlite3/sqlite3.vcxproj')
| -rw-r--r-- | libs/sqlite3/sqlite3.vcxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/sqlite3/sqlite3.vcxproj b/libs/sqlite3/sqlite3.vcxproj index 570d1bc3af..1aacf2debc 100644 --- a/libs/sqlite3/sqlite3.vcxproj +++ b/libs/sqlite3/sqlite3.vcxproj @@ -26,6 +26,13 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\lib.props" /> </ImportGroup> + <ItemGroup> + <ClCompile Include="src\sqlite3.c"> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> + <ClInclude Include="src\config.h" /> + <ClInclude Include="src\sqlite3.h" /> + </ItemGroup> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>_HAVE_SQLITE_CONFIG_H;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
