diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-28 14:27:02 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-28 14:27:02 +0800 |
commit | b264d27c4fb5f4937ea070ba122a344acc605b14 (patch) | |
tree | 8e33887864cd6b13a83be0803afea4969022fc9c /build/win32/vs9/Makefile.am | |
parent | a9dae69b518614ed1462cb15e092b0ec350800bc (diff) | |
download | gtk+-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.am | 3 |
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 |