mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
b264d27c4f
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.
31 lines
637 B
Makefile
31 lines
637 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
EXTRA_DIST += \
|
|
README.txt \
|
|
gtk+.sln \
|
|
gdk-win32.vcproj \
|
|
gdk.vcproj \
|
|
gdk.vcprojin \
|
|
gtk.vcproj \
|
|
gtk.vcprojin \
|
|
gtk3-demo.vcproj \
|
|
gtk3-demo-application.vcproj \
|
|
gtka11y.vcproj \
|
|
gtka11y.vcprojin \
|
|
gailutil.vcproj \
|
|
gengir.vcproj \
|
|
install.vcproj \
|
|
broadwayd.vcproj \
|
|
gdk-broadway.vcproj \
|
|
gtk-build-defines.vsprops \
|
|
gtk-gengir.vsprops \
|
|
gtk-ignore-broadway.vsprops \
|
|
gtk-install-bin.vsprops \
|
|
gtk-install-headers-data.vsprops \
|
|
gtk-version-paths.vsprops \
|
|
gtkprebuild.vsprops \
|
|
gtkprebuild-broadway.vsprops \
|
|
gtk-copy-gdk-broadway.vsprops
|
|
|
|
-include $(top_srcdir)/git.mk
|