[gdk-pixbuf] MSVC Projects: Fix Source Listing



commit f79085cbec9997895e252dce994d18139d719e26
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed May 20 14:15:38 2015 +0800

    MSVC Projects: Fix Source Listing
    
    io-gif-animation.c ought to be built only when we are not using the GDI+
    configs, so fix this.

 build/win32/vs10/gdk-pixbuf.vcxproj.filtersin |    2 +-
 build/win32/vs10/gdk-pixbuf.vcxprojin         |    7 ++++++-
 build/win32/vs9/gdk-pixbuf.vcprojin           |    7 ++++++-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs10/gdk-pixbuf.vcxproj.filtersin b/build/win32/vs10/gdk-pixbuf.vcxproj.filtersin
index a43b2cb..e5815fa 100644
--- a/build/win32/vs10/gdk-pixbuf.vcxproj.filtersin
+++ b/build/win32/vs10/gdk-pixbuf.vcxproj.filtersin
@@ -24,7 +24,6 @@
 #include "libgdkpixbuf.vs10.sourcefiles.filters"
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ani-animation.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ani.c"><Filter>Source Files</Filter></ClCompile>
-    <ClCompile Include="..\..\..\gdk-pixbuf\io-gif-animation.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-icns.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-pcx.c"><Filter>Source Files</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-pixdata.c"><Filter>Source Files</Filter></ClCompile>
@@ -48,6 +47,7 @@
     <ClCompile Include="..\..\..\gdk-pixbuf\io-gdip-wmf.c"><Filter>Source Files\GDI+</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-bmp.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-gif.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
+    <ClCompile Include="..\..\..\gdk-pixbuf\io-gif-animation.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ico.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-jasper.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-jpeg.c"><Filter>Source 
Files\Opensource_Imaging</Filter></ClCompile>
diff --git a/build/win32/vs10/gdk-pixbuf.vcxprojin b/build/win32/vs10/gdk-pixbuf.vcxprojin
index e1acd5a..57495ba 100644
--- a/build/win32/vs10/gdk-pixbuf.vcxprojin
+++ b/build/win32/vs10/gdk-pixbuf.vcxprojin
@@ -338,7 +338,6 @@
 #include "libgdkpixbuf.vs10.sourcefiles"
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ani-animation.c" />
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ani.c" />
-    <ClCompile Include="..\..\..\gdk-pixbuf\io-gif-animation.c" />
     <ClCompile Include="..\..\..\gdk-pixbuf\io-icns.c" />
     <ClCompile Include="..\..\..\gdk-pixbuf\io-pcx.c" />
     <ClCompile Include="..\..\..\gdk-pixbuf\io-pixdata.c" />
@@ -417,6 +416,12 @@
       <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Release_GDI+|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Release_GDI+|x64'">true</ExcludedFromBuild>
     </ClCompile>
+    <ClCompile Include="..\..\..\gdk-pixbuf\io-gif-animation.c">
+      <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug_GDI+|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug_GDI+|x64'">true</ExcludedFromBuild>
+      <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Release_GDI+|Win32'">true</ExcludedFromBuild>
+      <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Release_GDI+|x64'">true</ExcludedFromBuild>
+    </ClCompile>
     <ClCompile Include="..\..\..\gdk-pixbuf\io-ico.c">
       <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug_GDI+|Win32'">true</ExcludedFromBuild>
       <ExcludedFromBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug_GDI+|x64'">true</ExcludedFromBuild>
diff --git a/build/win32/vs9/gdk-pixbuf.vcprojin b/build/win32/vs9/gdk-pixbuf.vcprojin
index b351cd0..58af1ea 100644
--- a/build/win32/vs9/gdk-pixbuf.vcprojin
+++ b/build/win32/vs9/gdk-pixbuf.vcprojin
@@ -312,7 +312,6 @@
 #include "libgdkpixbuf.sourcefiles"
                        <File RelativePath="..\..\..\gdk-pixbuf\io-ani-animation.c" />
                        <File RelativePath="..\..\..\gdk-pixbuf\io-ani.c" />
-                       <File RelativePath="..\..\..\gdk-pixbuf\io-gif-animation.c" />
                        <File RelativePath="..\..\..\gdk-pixbuf\io-icns.c" />
                        <File RelativePath="..\..\..\gdk-pixbuf\io-pcx.c" />
                        <File RelativePath="..\..\..\gdk-pixbuf\io-pixdata.c" />
@@ -394,6 +393,12 @@
                                        <FileConfiguration Name="Debug_GDI+|x64" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
                                        <FileConfiguration Name="Release_GDI+|x64" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
                                </File>
+                               <File RelativePath="..\..\..\gdk-pixbuf\io-gif-animation.c">
+                                       <FileConfiguration Name="Debug_GDI+|Win32" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
+                                       <FileConfiguration Name="Release_GDI+|Win32" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
+                                       <FileConfiguration Name="Debug_GDI+|x64" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
+                                       <FileConfiguration Name="Release_GDI+|x64" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
+                               </File>
                                <File RelativePath="..\..\..\gdk-pixbuf\io-ico.c" >
                                        <FileConfiguration Name="Debug_GDI+|Win32" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>
                                        <FileConfiguration Name="Release_GDI+|Win32" ExcludedFromBuild="true" 
<Tool Name="VCCLCompilerTool" /></FileConfiguration>


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