summaryrefslogtreecommitdiff
path: root/src/core/stdchat/stdchat.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 15:07:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 15:07:23 +0000
commit02ee191a693f13f868c67dd548114375af13f261 (patch)
treebbdd4880a98ff1ee89db90ff45e7b35e5cf10034 /src/core/stdchat/stdchat.vcxproj
parent84c6ccfafbfe7b320443294ac78b3033774602cf (diff)
consistent hash generation fix - part 5
git-svn-id: http://svn.miranda-ng.org/main/trunk@2416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat/stdchat.vcxproj')
-rw-r--r--src/core/stdchat/stdchat.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/stdchat/stdchat.vcxproj b/src/core/stdchat/stdchat.vcxproj
index 707f108cd3..5124c57a3c 100644
--- a/src/core/stdchat/stdchat.vcxproj
+++ b/src/core/stdchat/stdchat.vcxproj
@@ -202,7 +202,7 @@
<ClCompile Include="src\clist.cpp" />
<ClCompile Include="src\colorchooser.cpp" />
<ClCompile Include="src\log.cpp" />
- <ClCompile Include="src\main.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\manager.cpp" />
@@ -212,6 +212,7 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\services.cpp" />
+ <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\tools.cpp" />
<ClCompile Include="src\window.cpp" />
</ItemGroup>