diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-08-14 16:17:31 +0800 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-27 12:06:11 -0400 |
commit | 75b61c34fad2a907becb2ab6367e6b9571091c64 (patch) | |
tree | 2cbe6de62b56f029e5424a84762a32e56c99ad77 /build/Makefile.am | |
parent | 181a88e95dd0981e5d76d6226818983ea74a042a (diff) | |
download | gobject-introspection-75b61c34fad2a907becb2ab6367e6b9571091c64.tar.gz |
Update autotools for Visual C++ projects creation
-Add Makefile-msvcproj.am to fill in the cmph, girepository and
g-ir-compiler projects
-Add various Makefile.am's under build/ to distribute the
Visual C++-related files.
https://bugzilla.gnome.org/show_bug.cgi?id=681820
Diffstat (limited to 'build/Makefile.am')
-rw-r--r-- | build/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Makefile.am b/build/Makefile.am new file mode 100644 index 00000000..0f81afe3 --- /dev/null +++ b/build/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = win32 |