mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
parent
8ae7defad5
commit
d08d7f2c5a
@ -23,7 +23,6 @@ EXTRA_DIST += \
|
|||||||
gen-keyname-table.pl \
|
gen-keyname-table.pl \
|
||||||
gdkconfig.h.win32 \
|
gdkconfig.h.win32 \
|
||||||
gdkkeysyms-update.pl \
|
gdkkeysyms-update.pl \
|
||||||
gdk.def \
|
|
||||||
gdkmarshalers.list \
|
gdkmarshalers.list \
|
||||||
gdkwindowimpl.h \
|
gdkwindowimpl.h \
|
||||||
makefile.msc \
|
makefile.msc \
|
||||||
@ -298,11 +297,6 @@ install-ms-lib:
|
|||||||
uninstall-ms-lib:
|
uninstall-ms-lib:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# This places the generated .def file in srcdir, since it is expected to be there.
|
|
||||||
# (The one from a tarball is)
|
|
||||||
gdk.def: gdk.symbols
|
|
||||||
$(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DGDK_WINDOWING_WIN32 - <$(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gdk.def
|
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgdk-3.la
|
lib_LTLIBRARIES = libgdk-3.la
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = $(gdk_built_sources) stamp-gdkenumtypes.h
|
MAINTAINERCLEANFILES = $(gdk_built_sources) stamp-gdkenumtypes.h
|
||||||
|
@ -95,11 +95,6 @@ install-ms-lib:
|
|||||||
uninstall-ms-lib:
|
uninstall-ms-lib:
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# This places the generated .def file in srcdir, since it is expected to be there.
|
|
||||||
# (The one from a tarball is)
|
|
||||||
gtk.def: gtk.symbols
|
|
||||||
$(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/gtk.symbols | $(SED) -e '/^$$/d' -e 's/^/ /') > $(srcdir)/gtk.def
|
|
||||||
|
|
||||||
libgtkincludedir = $(includedir)/gtk-3.0/gtk
|
libgtkincludedir = $(includedir)/gtk-3.0/gtk
|
||||||
libadd = \
|
libadd = \
|
||||||
$(top_builddir)/gdk/libgdk-3.la \
|
$(top_builddir)/gdk/libgdk-3.la \
|
||||||
@ -1737,7 +1732,6 @@ EXTRA_DIST += \
|
|||||||
$(COMPOSITE_TEMPLATES) \
|
$(COMPOSITE_TEMPLATES) \
|
||||||
$(DND_CURSORS) \
|
$(DND_CURSORS) \
|
||||||
$(GENERATED_ICONS) \
|
$(GENERATED_ICONS) \
|
||||||
gtk.def \
|
|
||||||
gtk-win32.rc \
|
gtk-win32.rc \
|
||||||
gtk-win32.rc.in \
|
gtk-win32.rc.in \
|
||||||
gtkwin32embed.h \
|
gtkwin32embed.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user