diff options
author | George Hazan <george.hazan@gmail.com> | 2014-12-11 17:07:25 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-12-11 17:07:25 +0000 |
commit | 3e5dab1a8298130da0ebfb20d91b6963a64367b1 (patch) | |
tree | c0f8badf4e4f1d980596f0e7277674d5f684f600 /src/miranda32_10.vcxproj | |
parent | 36f10b6de1ae80d94ef5ffd618b50b6c95466fbe (diff) |
chat's component COLORCHOOSER standardized in the core
git-svn-id: http://svn.miranda-ng.org/main/trunk@11332 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32_10.vcxproj')
-rw-r--r-- | src/miranda32_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/miranda32_10.vcxproj b/src/miranda32_10.vcxproj index 4ed44e12c8..9ce0ade5ad 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -301,6 +301,9 @@ <ClCompile Include="modules\chat\clist.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\chat\colorchooser.cpp">
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\chat\log.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|