summaryrefslogtreecommitdiff
path: root/plugins/metacontacts
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/metacontacts')
-rw-r--r--plugins/metacontacts/MetaContacts_10.sln25
-rw-r--r--plugins/metacontacts/MetaContacts_10.vcxproj3
-rw-r--r--plugins/metacontacts/metacontacts.h2
3 files changed, 17 insertions, 13 deletions
diff --git a/plugins/metacontacts/MetaContacts_10.sln b/plugins/metacontacts/MetaContacts_10.sln
index c61064072f..636c27ec9b 100644
--- a/plugins/metacontacts/MetaContacts_10.sln
+++ b/plugins/metacontacts/MetaContacts_10.sln
@@ -1,23 +1,24 @@
+
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MetaContacts", "MetaContacts_10.vcxproj", "{0007BE9F-DD4D-4E9B-B1C8-C5049538F862}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug Unicode|Win32 = Debug Unicode|Win32
- Debug Unicode|x64 = Debug Unicode|x64
- Release Unicode|Win32 = Release Unicode|Win32
- Release Unicode|x64 = Release Unicode|x64
+ Debug|Win32 = Debug|Win32
+ Debug|x64 = Debug|x64
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug Unicode|x64.Build.0 = Debug Unicode|x64
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release Unicode|x64.ActiveCfg = Release Unicode|x64
- {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release Unicode|x64.Build.0 = Release Unicode|x64
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug|Win32.Build.0 = Debug|Win32
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug|x64.ActiveCfg = Debug|x64
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Debug|x64.Build.0 = Debug|x64
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|Win32.ActiveCfg = Release|Win32
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|Win32.Build.0 = Release|Win32
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|x64.ActiveCfg = Release|x64
+ {0007BE9F-DD4D-4E9B-B1C8-C5049538F862}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/plugins/metacontacts/MetaContacts_10.vcxproj b/plugins/metacontacts/MetaContacts_10.vcxproj
index f0c2291062..03708a1f26 100644
--- a/plugins/metacontacts/MetaContacts_10.vcxproj
+++ b/plugins/metacontacts/MetaContacts_10.vcxproj
@@ -161,6 +161,7 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
<OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@@ -173,6 +174,7 @@
</ClCompile>
<Link>
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -189,6 +191,7 @@
<ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
diff --git a/plugins/metacontacts/metacontacts.h b/plugins/metacontacts/metacontacts.h
index c2131e4a31..648fc7163c 100644
--- a/plugins/metacontacts/metacontacts.h
+++ b/plugins/metacontacts/metacontacts.h
@@ -62,7 +62,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_langpack.h>
#include <m_popup.h>
#include <m_cluiframes.h>
-#include "../updater/m_updater.h"
+#include "m_updater.h"
#define META_PROTO "MetaContacts"
#define META_FILTER "MetaContactsFilter"