diff options
Diffstat (limited to 'protocols/JabberG/jabber_10.vcxproj')
-rw-r--r-- | protocols/JabberG/jabber_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_10.vcxproj b/protocols/JabberG/jabber_10.vcxproj index 35c897cac7..5fcf10234e 100644 --- a/protocols/JabberG/jabber_10.vcxproj +++ b/protocols/JabberG/jabber_10.vcxproj @@ -199,7 +199,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\jabber.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\jabber_adhoc.cpp" />
@@ -253,6 +253,7 @@ <ClCompile Include="src\jabber_xstatus.cpp" />
<ClCompile Include="src\jabber_zstream.cpp" />
<ClCompile Include="src\MString.cpp" />
+ <ClCompile Include="src\jabber.cpp" />
<ClCompile Include="src\ui_utils.cpp" />
</ItemGroup>
<ItemGroup>
|