diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-30 19:58:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-30 19:58:56 +0000 |
commit | ea771d270d4985b64750a5f7c9ea7b479252b5f0 (patch) | |
tree | e270188eea08a2dcc6e2af9b67b3f23ee28202d1 /src/miranda32_10.vcxproj | |
parent | b90c2c83c1b3b8e4553275cdcf1ad37f11637ad3 (diff) |
contacts.cpp returned back to the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@1281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r-- | src/miranda32_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index 8816b492d2..df71547cef 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -289,6 +289,7 @@ <ClCompile Include="modules\button\button.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\clist\contacts.cpp" />
<ClCompile Include="modules\crypt\encrypt.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|