diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-07 22:48:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-07 22:48:58 +0300 |
commit | 75f678d3a4f23536e2170582dabd740eb195fa17 (patch) | |
tree | 0743ce9948813fe11a9457c618ef4832cc7167f8 /plugins/Spamotron/Spamotron.vcxproj | |
parent | 17898b1694243a5969ffe2c93d3deb17791f6bae (diff) |
fixes #1042 (Spamotron must be reassembled using sqlite3.mir)
Diffstat (limited to 'plugins/Spamotron/Spamotron.vcxproj')
-rw-r--r-- | plugins/Spamotron/Spamotron.vcxproj | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/Spamotron/Spamotron.vcxproj b/plugins/Spamotron/Spamotron.vcxproj index cd198c371d..9e8976321f 100644 --- a/plugins/Spamotron/Spamotron.vcxproj +++ b/plugins/Spamotron/Spamotron.vcxproj @@ -26,16 +26,14 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\sqlite3\sqlite3.c">
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- </ClCompile>
- </ItemGroup>
- <ItemGroup>
<ClInclude Include="src\sqlite3\sqlite3.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
<Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
</ProjectReference>
+ <ProjectReference Include="..\..\libs\sqlite3\sqlite3.vcxproj">
+ <Project>{0c02e395-e73f-47e3-8b95-b7924c0c7a6a}</Project>
+ </ProjectReference>
</ItemGroup>
</Project>
\ No newline at end of file |