summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2018-06-07 17:50:33 +0800
committerChun-wei Fan <fanc999@yahoo.com.tw>2018-06-11 10:52:42 +0800
commitee17f2e44bc5a20ce672e05d48edb47289ecd44b (patch)
tree8360cf01803196c28570141f44048f126b44a2de /Makefile.am
parent57d59d549dd0045c0a92e503a21e99827fb71a51 (diff)
downloadgobject-introspection-ee17f2e44bc5a20ce672e05d48edb47289ecd44b.tar.gz
build: Add README.msvc
Let the people know how building GObject-Introspection on Visual Studio using Meson is done, as the Visual Studio projects have been dropped in favor of Meson.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0108c0a8..31d69188 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,8 @@ EXTRA_DIST += \
misc/pyflakes.py \
misc/update-glib-annotations.py \
misc/update-gtkdoc-tests.py \
- misc/verbump.py
+ misc/verbump.py \
+ README.msvc
# Default pep8.py --exclude + emacs backup files
PEP8_EXCLUDES=--exclude='.svn,CVS,.bzr,.hg,.git,__pycache__,.\#*'