[pango] MSVC Bulids: Restore Visual Studio 2012/2013 Projects



commit 6f4737efde78bb465b916dcd9d15a7a58e6092a0
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Apr 7 18:13:10 2015 +0800

    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

 build/win32/vs11/Makefile.am |   18 ++++++++++++++++++
 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 b063acc..b4d4985 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 971316d..74384d1 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)
 


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