[gtk+/gtk-3-22] Visual Studio builds: Fix Broadway builds



commit 25fd5710f7d802e092c37fb27ea33e9a35ea393b
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Nov 16 11:50:32 2016 +0800

    Visual Studio builds: Fix Broadway builds
    
    After building GDK with broadway, we need to copy the GDK DLL from
    [Release|Debug]_Broadway\bin to [Release|Debug]\bin, so that the
    introspection builds can be done normally with CFG=[Release|Debug].  As we
    renamed the projects, we needed to update the property sheets that does
    the copying, which was accidently missed.  Fix that.

 build/win32/vs10/gtk3-copy-gdk-broadway.props  |    2 +-
 build/win32/vs9/gtk3-copy-gdk-broadway.vsprops |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs10/gtk3-copy-gdk-broadway.props b/build/win32/vs10/gtk3-copy-gdk-broadway.props
index 227b0da..c2e6829 100644
--- a/build/win32/vs10/gtk3-copy-gdk-broadway.props
+++ b/build/win32/vs10/gtk3-copy-gdk-broadway.props
@@ -25,7 +25,7 @@ if "$(Configuration)" == "Debug_Broadway" goto DoDebug
 
 mkdir .\Release\$(Platform)\bin
 
-copy /b $(Configuration)\$(Platform)\bin\$(GtkDllPrefix)gdk$(GtkDllSuffix).dll .\Release\$(Platform)\bin\
+copy /b $(Configuration)\$(Platform)\bin\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).dll .\Release\$(Platform)\bin\
 
 copy /b $(Configuration)\$(Platform)\bin\gdk-$(ApiVersion).lib .\Release\$(Platform)\bin\
 
diff --git a/build/win32/vs9/gtk3-copy-gdk-broadway.vsprops b/build/win32/vs9/gtk3-copy-gdk-broadway.vsprops
index 048562b..63dc8c5 100644
--- a/build/win32/vs9/gtk3-copy-gdk-broadway.vsprops
+++ b/build/win32/vs9/gtk3-copy-gdk-broadway.vsprops
@@ -17,7 +17,7 @@ if &quot;$(ConfigurationName)&quot; == &quot;Debug_Broadway&quot; goto DoDebug&#
 
 :DoRelease&#x0D;&#x0A;
 mkdir .\Release\$(PlatformName)\bin&#x0D;&#x0A;
-copy /b $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk$(GtkDllSuffix).dll 
.\Release\$(PlatformName)\bin\&#x0D;&#x0A;
+copy /b $(ConfigurationName)\$(PlatformName)\bin\$(GtkDllPrefix)gdk-3$(GtkDllSuffix).dll 
.\Release\$(PlatformName)\bin\&#x0D;&#x0A;
 copy /b $(ConfigurationName)\$(PlatformName)\bin\gdk-$(ApiVersion).lib 
.\Release\$(PlatformName)\bin\&#x0D;&#x0A;
 goto END&#x0D;&#x0A;
 


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