[gsettings-desktop-schemas/wip/hadess/remove-non-meson: 1/2] build: Remove nmake build system
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas/wip/hadess/remove-non-meson: 1/2] build: Remove nmake build system
- Date: Tue, 26 Feb 2019 12:22:08 +0000 (UTC)
commit bc514807664a59b5e2bbf519eded90b1c72b4d18
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 26 13:19:06 2019 +0100
build: Remove nmake build system
Closes: #5
Makefile.am | 2 +-
configure.ac | 2 -
headers/Makefile.am | 18 ------
win32/Makefile.am | 39 ------------
win32/Makefile.msvc-introspection | 125 --------------------------------------
win32/Makefile.vc | 16 -----
win32/README.txt | 98 ------------------------------
win32/build-rules-msvc.mak | 37 -----------
win32/config-msvc.mak.in | 81 ------------------------
win32/create-lists-msvc.mak | 55 -----------------
win32/create-lists.bat | 42 -------------
win32/detectenv-msvc.mak | 97 -----------------------------
win32/generate-msvc.mak | 39 ------------
win32/genpc.py | 21 -------
win32/genschema.py | 42 -------------
win32/introspection-msvc.mak | 94 ----------------------------
win32/pc_base.py | 124 -------------------------------------
win32/replace.py | 115 -----------------------------------
18 files changed, 1 insertion(+), 1046 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 00c2de3..c0d7008 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = headers schemas po win32
+SUBDIRS = headers schemas po
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/configure.ac b/configure.ac
index 9b69256..6e38fe4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,8 +25,6 @@ IT_PROG_INTLTOOL([0.50.1])
AC_OUTPUT([
Makefile
gsettings-desktop-schemas.pc
-win32/Makefile
-win32/config-msvc.mak
headers/Makefile
schemas/Makefile
po/Makefile.in
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]