[glib-openssl] Remove visual studio project files



commit 29606bab9b63096c3dfe0dff5161264e2396a1d5
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon Mar 5 08:51:06 2018 +0100

    Remove visual studio project files
    
    Meson is now the official build system to build with msvc

 Makefile.am                                       |    4 +-
 config.h.win32.in                                 |  100 ------------
 configure.ac                                      |    8 -
 tls/base/Makefile.am                              |    3 -
 tls/openssl/Makefile.am                           |    4 -
 win32/Makefile-newvs.am                           |   55 -------
 win32/Makefile.am                                 |    1 -
 win32/Makefile.msvcproj                           |  153 ------------------
 win32/vs10/Makefile.am                            |   21 ---
 win32/vs10/glib-openssl-build-defines.props       |   36 -----
 win32/vs10/glib-openssl-gen-srcs.props            |   18 --
 win32/vs10/glib-openssl-install.props             |   28 ----
 win32/vs10/glib-openssl-install.vcxproj           |   95 -----------
 win32/vs10/glib-openssl-prepbuild.vcxproj         |   83 ----------
 win32/vs10/glib-openssl-prepbuild.vcxproj.filters |   12 --
 win32/vs10/glib-openssl-version-paths.props       |   25 ---
 win32/vs10/glib-openssl.sln                       |   56 -------
 win32/vs10/libgioopenssl.vcxproj.filtersin        |   20 ---
 win32/vs10/libgioopenssl.vcxprojin                |  163 -------------------
 win32/vs10/tlsbase.vcxproj.filtersin              |   20 ---
 win32/vs10/tlsbase.vcxprojin                      |  129 ---------------
 win32/vs11/Makefile.am                            |   21 ---
 win32/vs12/Makefile.am                            |   21 ---
 win32/vs14/Makefile.am                            |   21 ---
 win32/vs15/Makefile.am                            |   22 ---
 win32/vs9/Makefile.am                             |   17 --
 win32/vs9/glib-openssl-build-defines.vsprops      |   27 ----
 win32/vs9/glib-openssl-gen-srcs.vsprops           |   12 --
 win32/vs9/glib-openssl-install.vcproj             |   74 ---------
 win32/vs9/glib-openssl-install.vsprops            |   21 ---
 win32/vs9/glib-openssl-prepbuild.vcproj           |   70 --------
 win32/vs9/glib-openssl-version-paths.vsprops      |   19 ---
 win32/vs9/glib-openssl.sln                        |   65 --------
 win32/vs9/libgioopenssl.vcprojin                  |  174 ---------------------
 win32/vs9/tlsbase.vcprojin                        |  134 ----------------
 35 files changed, 1 insertions(+), 1731 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b46bb9a..3d34898 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/glib-openssl.mk
 
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
-SUBDIRS = po tls/base tls/openssl tls/tests win32
+SUBDIRS = po tls/base tls/openssl tls/tests
 
 install-exec-hook:
        if test -n "$(GIO_QUERYMODULES)" -a -z "$(DESTDIR)"; then \
@@ -18,8 +18,6 @@ uninstall-hook:
 EXTRA_DIST +=                  \
        tap-driver.sh           \
        tap-test                \
-       config.h.win32.in       \
-       config.h.win32          \
        meson.build             \
        meson_options.txt       \
        po/meson.build          \
diff --git a/configure.ac b/configure.ac
index faf40f5..76f5cdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,14 +168,6 @@ dnl *****************************
 dnl *** done                  ***
 dnl *****************************
 AC_CONFIG_FILES([Makefile
-                 config.h.win32
-                 win32/Makefile
-                 win32/vs9/Makefile
-                 win32/vs10/Makefile
-                 win32/vs11/Makefile
-                 win32/vs12/Makefile
-                 win32/vs14/Makefile
-                 win32/vs15/Makefile
                  po/Makefile.in po/Makefile
                  tls/base/Makefile
                  tls/openssl/Makefile
diff --git a/tls/base/Makefile.am b/tls/base/Makefile.am
index 191239c..ec5f32c 100644
--- a/tls/base/Makefile.am
+++ b/tls/base/Makefile.am
@@ -23,6 +23,3 @@ MSVCPROJS = tlsbase
 
 tlsbase_FILES = $(libtlsbase_la_SOURCES)
 tlsbase_EXCLUDES = dummy
-
-include $(top_srcdir)/win32/Makefile.msvcproj
-dist-hook: $(top_builddir)/win32/vs9/tlsbase.vcproj
diff --git a/tls/openssl/Makefile.am b/tls/openssl/Makefile.am
index 0e05ac7..fc0cde3 100644
--- a/tls/openssl/Makefile.am
+++ b/tls/openssl/Makefile.am
@@ -45,7 +45,3 @@ MSVCPROJS = libgioopenssl
 
 libgioopenssl_FILES = $(libgioopenssl_la_SOURCES)
 libgioopenssl_EXCLUDES = dummy
-
-include $(top_srcdir)/win32/Makefile.msvcproj
-
-dist-hook: $(top_builddir)/win32/vs9/libgioopenssl.vcproj


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]