diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-04-07 18:13:10 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-04-08 10:15:15 +0800 |
commit | 6f4737efde78bb465b916dcd9d15a7a58e6092a0 (patch) | |
tree | a25373b8b7eb84a4752d88d5b8e7d364dd7f0e63 /build | |
parent | dc1d6bb43a4d9e589956738ea4f097867da29b19 (diff) | |
download | pango-6f4737efde78bb465b916dcd9d15a7a58e6092a0.tar.gz |
MSVC Bulids: Restore Visual Studio 2012/2013 Projects
This restores the EXTRA_DIST for the project file related items, as the
underlying mechanism in the previous commit (i.e. Makefile-newvs.am) has
been cleaned up and fixed to allow 'make -jN distcheck' to complete
successfully.
https://bugzilla.gnome.org/show_bug.cgi?id=735039
Diffstat (limited to 'build')
-rw-r--r-- | build/win32/vs11/Makefile.am | 18 | ||||
-rw-r--r-- | build/win32/vs12/Makefile.am | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am index b063acc0..b4d49859 100644 --- a/build/win32/vs11/Makefile.am +++ b/build/win32/vs11/Makefile.am @@ -1,3 +1,21 @@ +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 \ + README.txt DISTCLEANFILES = $(EXTRA_DIST) diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am index 971316df..74384d11 100644 --- a/build/win32/vs12/Makefile.am +++ b/build/win32/vs12/Makefile.am @@ -1,3 +1,21 @@ +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 \ + README.txt DISTCLEANFILES = $(EXTRA_DIST) |