diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-09-30 15:10:33 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-09-30 15:10:33 +0000 |
commit | 75fe175886ceca31d4cade1c067de7b0e1e30d87 (patch) | |
tree | a12a99e1fe56fe7ee321af925bc102b92382ba1d /protocols/Skype/Skype.vcxproj | |
parent | 5af310dabaed35bdb1d58a6f2eb393d1cece51ef (diff) |
- conatcts funcs moved into skype_contacts.cpp
- added settings functions Set*
- first approach to load contact list
- start skype runtime on startup
git-svn-id: http://svn.miranda-ng.org/main/trunk@1731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype.vcxproj')
-rw-r--r-- | protocols/Skype/Skype.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/Skype.vcxproj b/protocols/Skype/Skype.vcxproj index 278c9c5f2e..26b28ff7d7 100644 --- a/protocols/Skype/Skype.vcxproj +++ b/protocols/Skype/Skype.vcxproj @@ -105,6 +105,7 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="src\skype.cpp" />
+ <ClCompile Include="src\skype_contacts.cpp" />
<ClCompile Include="src\skype_dialogs.cpp" />
<ClCompile Include="src\skype_events.cpp" />
<ClCompile Include="src\skype_icons.cpp" />
|