diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-20 22:16:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-20 22:16:32 +0000 |
commit | 3803f35ac244f74e50edc3854fa4278d0e5d405d (patch) | |
tree | b190ad1af173cceddd964f6a97f59e4ef9084c53 /plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | |
parent | 5e7b5f6b7f0ab72550f84e835443df5e24590af1 (diff) |
consistent hash generation fix - part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@2406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/ClientChangeNotify.vcxproj')
-rw-r--r-- | plugins/ClientChangeNotify/ClientChangeNotify.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj index 65f974c0c0..5c6ce58b0f 100644 --- a/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj +++ b/plugins/ClientChangeNotify/ClientChangeNotify.vcxproj @@ -176,13 +176,14 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\ClientChangeNotify.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\CommonLibs\CString.cpp" />
<ClCompile Include="src\OptDlg.cpp" />
<ClCompile Include="..\CommonLibs\Options.cpp" />
<ClCompile Include="..\CommonLibs\pcre.cpp" />
+ <ClCompile Include="src\ClientChangeNotify.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\Common.h" />
|