From 23ce626acc74c767add6fa6c43060727dbcc606f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 3 Dec 2013 16:16:29 +0800 Subject: Split up the MSVC 2008 Property Sheets ...so that the maintenance of these files would be easier --- build/win32/vs9/Makefile.am | 15 ++- build/win32/vs9/gengir.vcproj | 8 +- build/win32/vs9/install.vcproj | 32 ++--- build/win32/vs9/pango-build-defines.vsprops | 37 ++++++ build/win32/vs9/pango-gengir.vsprops | 21 ++++ build/win32/vs9/pango-install-bin.vsprops | 40 ++++++ build/win32/vs9/pango-install.vspropsin | 36 ++++++ build/win32/vs9/pango-prebuild.vsprops | 35 ++++++ build/win32/vs9/pango-version-paths.vsprops | 49 ++++++++ build/win32/vs9/pango.vcprojin | 10 +- build/win32/vs9/pango.vspropsin | 185 ---------------------------- build/win32/vs9/pangocairo.vcprojin | 20 ++- build/win32/vs9/pangoft2.vcprojin | 10 +- build/win32/vs9/pangowin32.vcproj | 8 +- 14 files changed, 268 insertions(+), 238 deletions(-) create mode 100644 build/win32/vs9/pango-build-defines.vsprops create mode 100644 build/win32/vs9/pango-gengir.vsprops create mode 100644 build/win32/vs9/pango-install-bin.vsprops create mode 100644 build/win32/vs9/pango-install.vspropsin create mode 100644 build/win32/vs9/pango-prebuild.vsprops create mode 100644 build/win32/vs9/pango-version-paths.vsprops delete mode 100644 build/win32/vs9/pango.vspropsin diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index d1cc682e..eb8189bb 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,8 +1,13 @@ EXTRA_DIST = \ pango.sln \ - pango.vspropsin \ - pango.vsprops \ + pango-build-defines.vsprops \ + pango-gengir.vsprops \ pango-ignore-fc.vsprops \ + pango-install-bin.vsprops \ + pango-install.vsprops \ + pango-install.vspropsin \ + pango-prebuild.vsprops \ + pango-version-paths.vsprops \ pango.vcprojin \ pango.vcproj \ pangoft2.vcprojin \ @@ -15,10 +20,10 @@ EXTRA_DIST = \ gengir.vcproj \ README.txt -pango.vsprops: $(top_srcdir)/build/win32/vs9/pango.vspropsin pango.vs9.headers - $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango.vspropsin >$@ +pango-install.vsprops: $(top_srcdir)/build/win32/vs9/pango-install.vspropsin pango.vs9.headers + $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango-install.vspropsin >$@ rm pango.vs9.headers -DISTCLEANFILES = pango.vsprops +DISTCLEANFILES = pango-install.vsprops -include $(top_srcdir)/git.mk diff --git a/build/win32/vs9/gengir.vcproj b/build/win32/vs9/gengir.vcproj index f45a91df..18f1115e 100644 --- a/build/win32/vs9/gengir.vcproj +++ b/build/win32/vs9/gengir.vcproj @@ -21,7 +21,7 @@ diff --git a/build/win32/vs9/pango-build-defines.vsprops b/build/win32/vs9/pango-build-defines.vsprops new file mode 100644 index 00000000..a2e72393 --- /dev/null +++ b/build/win32/vs9/pango-build-defines.vsprops @@ -0,0 +1,37 @@ + + + + + + + + + \ No newline at end of file diff --git a/build/win32/vs9/pango-gengir.vsprops b/build/win32/vs9/pango-gengir.vsprops new file mode 100644 index 00000000..4ce81e45 --- /dev/null +++ b/build/win32/vs9/pango-gengir.vsprops @@ -0,0 +1,21 @@ + + + + \ No newline at end of file diff --git a/build/win32/vs9/pango-install-bin.vsprops b/build/win32/vs9/pango-install-bin.vsprops new file mode 100644 index 00000000..8ca87a08 --- /dev/null +++ b/build/win32/vs9/pango-install-bin.vsprops @@ -0,0 +1,40 @@ + + + + \ No newline at end of file diff --git a/build/win32/vs9/pango-install.vspropsin b/build/win32/vs9/pango-install.vspropsin new file mode 100644 index 00000000..9956753f --- /dev/null +++ b/build/win32/vs9/pango-install.vspropsin @@ -0,0 +1,36 @@ + + + $(CopyDir)\etc\pango\pango.aliases +echo sans = "arial,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases +echo serif = "times new roman,angsana new,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases +echo monospace = "courier new,courier monothai,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases +:END +" + /> + diff --git a/build/win32/vs9/pango-prebuild.vsprops b/build/win32/vs9/pango-prebuild.vsprops new file mode 100644 index 00000000..321520cd --- /dev/null +++ b/build/win32/vs9/pango-prebuild.vsprops @@ -0,0 +1,35 @@ + + + + \ No newline at end of file diff --git a/build/win32/vs9/pango-version-paths.vsprops b/build/win32/vs9/pango-version-paths.vsprops new file mode 100644 index 00000000..8555eaba --- /dev/null +++ b/build/win32/vs9/pango-version-paths.vsprops @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/win32/vs9/pango.vcprojin b/build/win32/vs9/pango.vcprojin index bc70e3d6..c84c4382 100644 --- a/build/win32/vs9/pango.vcprojin +++ b/build/win32/vs9/pango.vcprojin @@ -20,7 +20,7 @@ @@ -109,10 +108,9 @@ - - - - - - - - - - - - - - - - - - - - - $(CopyDir)\etc\pango\pango.aliases -echo sans = "arial,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases -echo serif = "times new roman,angsana new,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases -echo monospace = "courier new,courier monothai,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(CopyDir)\etc\pango\pango.aliases -:END -" - /> - - - diff --git a/build/win32/vs9/pangocairo.vcprojin b/build/win32/vs9/pangocairo.vcprojin index 3268c3cd..508072e3 100644 --- a/build/win32/vs9/pangocairo.vcprojin +++ b/build/win32/vs9/pangocairo.vcprojin @@ -20,7 +20,7 @@ @@ -183,7 +181,7 @@ @@ -214,10 +212,9 @@ @@ -117,10 +116,9 @@ @@ -86,7 +86,7 @@ @@ -115,7 +115,7 @@