diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-11 16:23:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-11 16:23:36 +0000 |
commit | c559a18ca21a2a1fa3199c4bb60bcd031ec17134 (patch) | |
tree | 23a3716abd31956933bb8e01a90bff2c9eaf452b /src/miranda32_10.vcxproj | |
parent | 764b106951b4c47cef929d17ca99e8f4a8165483 (diff) |
MS_UTILS_ENTERSTRING moved from Jabber to the core, cause it's very handy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7593 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 8a3ec29ec3..dd742ec9ec 100644 --- a/src/miranda32_10.vcxproj +++ b/src/miranda32_10.vcxproj @@ -452,6 +452,9 @@ <ClCompile Include="modules\utils\colourpicker.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
+ <ClCompile Include="modules\utils\enterstring.cpp" >
+ <PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
+ </ClCompile>
<ClCompile Include="modules\utils\hyperlink.cpp">
<PrecompiledHeaderFile>..\..\core\commonheaders.h</PrecompiledHeaderFile>
</ClCompile>
|