summaryrefslogtreecommitdiff
path: root/plugins/Clist_mw/clist_mw_10.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 07:40:06 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 07:40:06 +0000
commit3b44898f813cfadff477709199354388e105bb0d (patch)
treede9a0b7ad2e5195c4a6318db4234ab45b94b927d /plugins/Clist_mw/clist_mw_10.vcxproj
parente4c5bc44fbc89dbea2bfac9af6665c381fa039fe (diff)
consistent hash generation fix - part 3
langpacks/ru: +1 line and changed few lines git-svn-id: http://svn.miranda-ng.org/main/trunk@2409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw/clist_mw_10.vcxproj')
-rw-r--r--plugins/Clist_mw/clist_mw_10.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Clist_mw/clist_mw_10.vcxproj b/plugins/Clist_mw/clist_mw_10.vcxproj
index b8f9809767..c908680cfd 100644
--- a/plugins/Clist_mw/clist_mw_10.vcxproj
+++ b/plugins/Clist_mw/clist_mw_10.vcxproj
@@ -209,7 +209,7 @@
<ClCompile Include="src\clui.cpp" />
<ClCompile Include="src\cluiopts.cpp" />
<ClCompile Include="src\cluiservices.cpp" />
- <ClCompile Include="src\commonheaders.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\contact.cpp" />
@@ -225,6 +225,7 @@
<ClCompile Include="src\CLUIFrames\statusbar.cpp">
<PrecompiledHeaderFile>..\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="src\commonheaders.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\CLUIFrames\cluiframes.h" />