diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-10 12:32:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-10 12:32:03 +0000 |
commit | f2935b7bf093965926cee07254f7a015ecd492cd (patch) | |
tree | 81e00bcb8bdac225a425ba1035d4f6073e3cc2ad /plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj | |
parent | a1b63d25aab9a53bba2e587f38d71190729b4b68 (diff) |
fix for ClientChangeNotify:
- popup never gets displayed;
- "common" files extracted to the separate filter in project
git-svn-id: http://svn.miranda-ng.org/main/trunk@5631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj index f30360ca36..006efe07cf 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify_10.vcxproj @@ -184,10 +184,16 @@ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
- <ClCompile Include="src\CommonLibs\CString.cpp" />
+ <ClCompile Include="src\CommonLibs\CString.cpp">
+ <PrecompiledHeaderFile>../Common.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="src\OptDlg.cpp" />
- <ClCompile Include="src\CommonLibs\Options.cpp" />
- <ClCompile Include="src\CommonLibs\pcre.cpp" />
+ <ClCompile Include="src\CommonLibs\Options.cpp">
+ <PrecompiledHeaderFile>../Common.h</PrecompiledHeaderFile>
+ </ClCompile>
+ <ClCompile Include="src\CommonLibs\pcre.cpp">
+ <PrecompiledHeaderFile>../Common.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="src\ClientChangeNotify.cpp" />
</ItemGroup>
<ItemGroup>
|