diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-29 18:41:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-29 18:41:39 +0300 |
commit | b65ebafbb15e8e69cfa5aba221b6fd9fab1f41c7 (patch) | |
tree | 26345eb86cd7a72d25de2fd06d5e2121cf64d8ed /plugins/SmileyAdd/SmileyAdd.vcxproj | |
parent | 7fa12897e87d7ff7a7556a9b33afb8628b7bbeba (diff) |
SmaileyAdd to use pcre16 instead of the obsoleted regexp parser
Diffstat (limited to 'plugins/SmileyAdd/SmileyAdd.vcxproj')
-rw-r--r-- | plugins/SmileyAdd/SmileyAdd.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/SmileyAdd/SmileyAdd.vcxproj b/plugins/SmileyAdd/SmileyAdd.vcxproj index 51e6354a80..68cab8ea78 100644 --- a/plugins/SmileyAdd/SmileyAdd.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd.vcxproj @@ -18,6 +18,11 @@ <Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\libs\Pcre16\pcre16.vcxproj">
+ <Project>{6124e997-426e-4a0b-9617-d6d577d5e7d7}</Project>
+ </ProjectReference>
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>SmileyAdd</ProjectName>
<ProjectGuid>{5BBA7E51-B494-4462-BC4F-1AE5F57F9857}</ProjectGuid>
@@ -30,9 +35,4 @@ <DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
</ClCompile>
</ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="src\regexp\*.cpp">
- <PrecompiledHeaderFile>..\stdafx.h</PrecompiledHeaderFile>
- </ClCompile>
- </ItemGroup>
</Project>
\ No newline at end of file |