summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-26 13:19:06 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-26 13:19:06 +0100
commitbc514807664a59b5e2bbf519eded90b1c72b4d18 (patch)
tree84d251b2cdf1504b3cdbae05a408d3c3881e150e /headers
parentb0b0ebf551d0284e285cad9f95c8640dd3f5612e (diff)
downloadgsettings-desktop-schemas-bc514807664a59b5e2bbf519eded90b1c72b4d18.tar.gz
build: Remove nmake build system
Closes: #5
Diffstat (limited to 'headers')
-rw-r--r--headers/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/headers/Makefile.am b/headers/Makefile.am
index 6b2318d..e0d84b1 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -23,24 +23,6 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
-# -------------------------- Introspection MSVC Build Files ---------
-MSVC_INTROSPECT_GIRS = $(INTROSPECTION_GIRS)
-
-INTROSPECTION_INTERMEDIATE_ITEMS = \
- $(top_builddir)/win32/GDesktopEnums-3.0.gir.msvc.introspect \
- $(top_builddir)/win32/GDesktopEnums_3_0_gir_list
-
-GDesktopEnums_3_0_gir_MSVC_FILES = \
- $(GDesktopEnums_3_0_gir_FILES)
-
-GDesktopEnums_3_0_gir_MSVC_SCANNERFLAGS = $(GDesktopEnums_3_0_gir_SCANNERFLAGS)
-
-GDesktopEnums_3_0_gir_MSVC_CFLAGS = -I..\\headers
-
-include $(top_srcdir)/win32/Makefile.msvc-introspection
-
-dist-hook: $(INTROSPECTION_INTERMEDIATE_ITEMS)
-# --------------------------------------------------------------------
endif
-include $(top_srcdir)/git.mk