diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-21 16:04:38 +0000 |
commit | b61cd3d190d40825ec68d4f8b424347028aea80f (patch) | |
tree | b0a03aae6d829ce1e1ded92de5b93401cf51b239 /src/core/stdmsg/stdmsg.vcxproj | |
parent | 02ee191a693f13f868c67dd548114375af13f261 (diff) |
consistent hash generation fix - part 6
git-svn-id: http://svn.miranda-ng.org/main/trunk@2417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdmsg/stdmsg.vcxproj')
-rw-r--r-- | src/core/stdmsg/stdmsg.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/stdmsg/stdmsg.vcxproj b/src/core/stdmsg/stdmsg.vcxproj index 50a6284f00..313a2924c5 100644 --- a/src/core/stdmsg/stdmsg.vcxproj +++ b/src/core/stdmsg/stdmsg.vcxproj @@ -197,10 +197,11 @@ <ClCompile Include="src\msgs.cpp" />
<ClCompile Include="src\msgtimedout.cpp" />
<ClCompile Include="src\richutil.cpp" />
- <ClCompile Include="src\srmm.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\statusicon.cpp" />
+ <ClCompile Include="src\srmm.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\cmdlist.h" />
|