[glib] Visual Studio 201x builds: Fix GIO x64 Debug builds



commit 20fde20ab4d761087d92926671287a2bdf0c2ccc
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 5 00:15:26 2017 +0800

    Visual Studio 201x builds: Fix GIO x64 Debug builds
    
    The custom build rules did not have rules for x64 Debug builds during
    the refactoring.  Fix this by removing all Platform and Configuration
    conditions for it, since this is done on are configs in the same manner.
    
    Noted by Ignacio Casal Quinteiro.

 win32/vs10/gio.vcxprojin |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/win32/vs10/gio.vcxprojin b/win32/vs10/gio.vcxprojin
index 2e61dee..94bbb3a 100644
--- a/win32/vs10/gio.vcxprojin
+++ b/win32/vs10/gio.vcxprojin
@@ -182,12 +182,9 @@
   </ItemGroup>
   <ItemGroup>
     <CustomBuild Include="..\..\gio\gnetworking.h.win32">
-      <Message Condition="'$(Configuration)'=='Debug|Win32'">Copying gnetworking.h from 
gnetworking.h.win32...</Message>
-      <Command Condition="'$(Configuration)'=='Debug|Win32'">$(GenGNetworkingH)</Command>
-      <Outputs Condition="'$(Configuration)'=='Debug|Win32'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
-      <Message Condition="'$(Configuration)'=='Release'">Copying gnetworking.h from 
gnetworking.h.win32...</Message>
-      <Command Condition="'$(Configuration)'=='Release'">$(GenGNetworkingH)</Command>
-      <Outputs Condition="'$(Configuration)'=='Release'">..\..\gio\gnetworking.h;%(Outputs)</Outputs>
+      <Message>Copying gnetworking.h from gnetworking.h.win32...</Message>
+      <Command>$(GenGNetworkingH)</Command>
+      <Outputs>..\..\gio\gnetworking.h;%(Outputs)</Outputs>
     </CustomBuild>
   </ItemGroup>
   <ItemGroup>


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