mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
gio/Makefile.am: Rearrange things a bit
Move the gio tool build items up, so that the MSVC items do not get split by it.
This commit is contained in:
parent
bc7c030480
commit
bb5707d6cb
@ -869,14 +869,6 @@ gresource_LDADD = libgio-2.0.la \
|
|||||||
$(LIBELF_LIBS)
|
$(LIBELF_LIBS)
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
# ------ MSVC Project File Generation ------
|
|
||||||
# ------------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
MSVCPROJS = gio glib-compile-resources glib-compile-schemas
|
|
||||||
|
|
||||||
gio_FILES = $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj)
|
|
||||||
gio_EXCLUDES = gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c|gcontenttype.c|gnetworkmonitornm.c
|
|
||||||
|
|
||||||
# gio tool
|
# gio tool
|
||||||
|
|
||||||
bin_PROGRAMS += gio
|
bin_PROGRAMS += gio
|
||||||
@ -905,6 +897,15 @@ gio_LDADD = libgio-2.0.la \
|
|||||||
$(top_builddir)/glib/libglib-2.0.la \
|
$(top_builddir)/glib/libglib-2.0.la \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
# ------------------------------------------------------------------------
|
||||||
|
# ------ MSVC Project File Generation ------
|
||||||
|
# ------------------------------------------------------------------------
|
||||||
|
#
|
||||||
|
MSVCPROJS = gio glib-compile-resources glib-compile-schemas
|
||||||
|
|
||||||
|
gio_FILES = $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj)
|
||||||
|
gio_EXCLUDES = gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c|gcontenttype.c|gnetworkmonitornm.c
|
||||||
|
|
||||||
gio_HEADERS_DIR = $(includedir)/glib-2.0/gio
|
gio_HEADERS_DIR = $(includedir)/glib-2.0/gio
|
||||||
gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
|
gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
|
||||||
gio_HEADERS_EXCLUDES = dummy
|
gio_HEADERS_EXCLUDES = dummy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user