diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-07-18 23:04:22 -0400 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2018-08-28 12:27:21 +0200 |
commit | 0b357c8429205571574735318a2b5bb08d632b7c (patch) | |
tree | 54561b7e93275c0a8d662becfb0d8a86e43a7f2f /win32/vs14/Makefile.am | |
parent | fac476c2bbf82732efa2ae8eb0d6037c719a6859 (diff) | |
download | pango-0b357c8429205571574735318a2b5bb08d632b7c.tar.gz |
Drop autotools
We will just use meson from now on.
Diffstat (limited to 'win32/vs14/Makefile.am')
-rw-r--r-- | win32/vs14/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/win32/vs14/Makefile.am b/win32/vs14/Makefile.am deleted file mode 100644 index 75966590..00000000 --- a/win32/vs14/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -EXTRA_DIST = \ - pango.sln \ - pango-build-defines.props \ - pango-ignore-fc.props \ - pango-install-bin.props \ - pango-install.props \ - pango-prebuild.props \ - pango-version-paths.props \ - pango.vcxproj \ - pango.vcxproj.filters \ - pangoft2.vcxproj \ - pangoft2.vcxproj.filters \ - pangowin32.vcxproj \ - pangowin32.vcxproj.filters \ - pangocairo.vcxproj \ - pangocairo.vcxproj.filters \ - pango-install.vcxproj \ - pango-install.vcxproj.filters \ - pango-introspect.vcxproj \ - README.txt - -DISTCLEANFILES = $(EXTRA_DIST) - -MSVC_BASE_VER = 10 -MSVC_BASE_VER_LONG = 2010 -MSVC_VER = 14 -MSVC_VER_LONG = 14 - -include $(top_srcdir)/win32/Makefile-newvs.am |