diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-12 12:02:50 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-12 12:02:50 +0000 |
commit | 6d9fdaf5087522d8adb615b70d323e512f7be72c (patch) | |
tree | 065062d49c258f6db7e4c182191849a0a21ada0f /protocols/SkypeClassic/SkypeClassic_12.vcxproj | |
parent | 26f28fdd084b23c7e44faa0eebdbc643dd8242a4 (diff) |
- compilation fix;
- project fix;
- warnings fix;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@11839 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/SkypeClassic_12.vcxproj')
-rw-r--r-- | protocols/SkypeClassic/SkypeClassic_12.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeClassic/SkypeClassic_12.vcxproj b/protocols/SkypeClassic/SkypeClassic_12.vcxproj index b7868c7487..21ea50b56b 100644 --- a/protocols/SkypeClassic/SkypeClassic_12.vcxproj +++ b/protocols/SkypeClassic/SkypeClassic_12.vcxproj @@ -49,6 +49,7 @@ <ClCompile Include="src\alogon.cpp" />
<ClCompile Include="src\contacts.cpp" />
<ClCompile Include="src\debug.cpp" />
+ <ClCompile Include="src\filexfer.cpp" />
<ClCompile Include="src\gchat.cpp" />
<ClCompile Include="src\memlist.cpp" />
<ClCompile Include="src\msglist.cpp" />
@@ -66,6 +67,7 @@ <ClInclude Include="src\alogon.h" />
<ClInclude Include="src\contacts.h" />
<ClInclude Include="src\debug.h" />
+ <ClInclude Include="src\filexfer.h" />
<ClInclude Include="src\gchat.h" />
<ClInclude Include="src\memlist.h" />
<ClInclude Include="src\msglist.h" />
|