[gstreamermm] Windows: library names dependent on toolset



commit ebbbc7334be52b9d04f9eb4514e6abea8b240e66
Author: Szymon Sobik <szymon sobik flytronic pl>
Date:   Wed Aug 27 12:33:20 2014 +0200

    Windows: library names dependent on toolset
    
    we can now safely switch toolset with /p:PlatformToolset=
    
    Signed-off-by: Marcin Kolny <marcin kolny gmail com>

 MSVC_2010/gstreamermm-1.0.props           |    4 ++--
 MSVC_2010/gstreamermm/gstreamermm.vcxproj |    8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/MSVC_2010/gstreamermm-1.0.props b/MSVC_2010/gstreamermm-1.0.props
index 3455440..deaae39 100644
--- a/MSVC_2010/gstreamermm-1.0.props
+++ b/MSVC_2010/gstreamermm-1.0.props
@@ -5,8 +5,8 @@
        <GstreamerBasePath Condition="'$(Platform)'=='x64'">$(GSTREAMER_1_0_ROOT_X86_64)</GstreamerBasePath>
        <GtkmmBasePath Condition="'$(Platform)'=='Win32'">$(GTKMM_BASEPATH)</GtkmmBasePath>
        <GtkmmBasePath Condition="'$(Platform)'=='x64'">$(GTKMM64_BASEPATH)</GtkmmBasePath>
-       <GlibmmAdditionalDependencies 
Condition="'$(Configuration)'=='Debug'">glibmm-vc100-d-2_4.lib;sigc-vc100-d-2_0.lib</GlibmmAdditionalDependencies>
-       <GlibmmAdditionalDependencies 
Condition="'$(Configuration)'=='Release'">glibmm-vc100-2_4.lib;sigc-vc100-2_0.lib</GlibmmAdditionalDependencies>
+       <GlibmmAdditionalDependencies 
Condition="'$(Configuration)'=='Debug'">glibmm-$(PlatformToolset)-d-2_4.lib;sigc-$(PlatformToolset)-d-2_0.lib</GlibmmAdditionalDependencies>
+       <GlibmmAdditionalDependencies 
Condition="'$(Configuration)'=='Release'">glibmm-$(PlatformToolset)-2_4.lib;sigc-$(PlatformToolset)-2_0.lib</GlibmmAdditionalDependencies>
   </PropertyGroup>
   <ImportGroup Label="PropertySheets" />
   <PropertyGroup Label="UserMacros" />
diff --git a/MSVC_2010/gstreamermm/gstreamermm.vcxproj b/MSVC_2010/gstreamermm/gstreamermm.vcxproj
index 34da05c..56cb82b 100644
--- a/MSVC_2010/gstreamermm/gstreamermm.vcxproj
+++ b/MSVC_2010/gstreamermm/gstreamermm.vcxproj
@@ -329,22 +329,22 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
-    <TargetName>gstreamermm-vc100-d-1_0</TargetName>
+    <TargetName>gstreamermm-$(PlatformToolset)-d-1_0</TargetName>
     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     <IntDir>$(Platform)\$(Configuration)\</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
-    <TargetName>gstreamermm-vc100-d-1_0</TargetName>
+    <TargetName>gstreamermm-$(PlatformToolset)-d-1_0</TargetName>
     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     <IntDir>$(Platform)\$(Configuration)\</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
-    <TargetName>gstreamermm-vc100-1_0</TargetName>
+    <TargetName>gstreamermm-$(PlatformToolset)-1_0</TargetName>
     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     <IntDir>$(Platform)\$(Configuration)\</IntDir>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
-    <TargetName>gstreamermm-vc100-1_0</TargetName>
+    <TargetName>gstreamermm-$(PlatformToolset)-1_0</TargetName>
     <OutDir>$(Platform)\$(Configuration)\</OutDir>
     <IntDir>$(Platform)\$(Configuration)\</IntDir>
   </PropertyGroup>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]