summaryrefslogtreecommitdiff
path: root/build/win32/vs9/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-08-28 14:27:02 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-08-28 14:27:02 +0800
commitb264d27c4fb5f4937ea070ba122a344acc605b14 (patch)
tree8e33887864cd6b13a83be0803afea4969022fc9c /build/win32/vs9/Makefile.am
parenta9dae69b518614ed1462cb15e092b0ec350800bc (diff)
downloadgtk+-b264d27c4fb5f4937ea070ba122a344acc605b14.tar.gz
MSVC Builds: Fix Build of Introspection Files
We need to copy the GDK .lib/.dll from Release_Broadway\<Platform>\bin or Debug_Broadway\<Platform>\bin to Release\<Platform>\bin or Debug\<Platform>\bin respectively during the build of Broadway flavors of GDK, as the MSVC introspection builds expects the GDK .lib/.dll to be in Release\<Platform>\bin or Debug\<Platform>\bin. Use a new property sheet to do so for Broadway builds of GDK-during the builds of Win32-only GDK, the broadway builds of the GDK .lib/.dll would be cleared out prior to the build of the Win32-only GDK.
Diffstat (limited to 'build/win32/vs9/Makefile.am')
-rw-r--r--build/win32/vs9/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 71bf0e5483..f56ec64236 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -24,6 +24,7 @@ EXTRA_DIST += \
gtk-install-headers-data.vsprops \
gtk-version-paths.vsprops \
gtkprebuild.vsprops \
- gtkprebuild-broadway.vsprops
+ gtkprebuild-broadway.vsprops \
+ gtk-copy-gdk-broadway.vsprops
-include $(top_srcdir)/git.mk