summaryrefslogtreecommitdiff
path: root/build/Makefile-msvcproj.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-12-02 17:34:51 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-12-02 17:34:51 +0800
commitbbeb1a45ab3c14194b565e5786645822bd0ef8f8 (patch)
tree04bbaba3626e944fd2d1999126a8b58cd217bb8d /build/Makefile-msvcproj.am
parent0f7f77785692cb7c72078335414e764c7081f643 (diff)
downloadpango-bbeb1a45ab3c14194b565e5786645822bd0ef8f8.tar.gz
Clean up the Visual Studio 2010 projects
Use a single solution file for the non-PangoFT2 and PangoFT2 builds, and use a single PangoCairo project for these builds too. Also get rid of configurations that we don't really need in the Pango and PangoWin32 projects.
Diffstat (limited to 'build/Makefile-msvcproj.am')
-rw-r--r--build/Makefile-msvcproj.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/build/Makefile-msvcproj.am b/build/Makefile-msvcproj.am
index d57dff0d..5cc0165c 100644
--- a/build/Makefile-msvcproj.am
+++ b/build/Makefile-msvcproj.am
@@ -211,24 +211,6 @@ $(top_builddir)/build/win32/vs10/pangocairo.vcxproj.filters: \
-$(RM) $@
$(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin >$@
-$(top_builddir)/build/win32/vs10/pangocairo_fc.vcxproj: \
- $(top_srcdir)/build/win32/vs10/pangocairo_fc.vcxprojin \
- $(top_builddir)/build/libpangocairo.vs10.sourcefiles \
- $(top_builddir)/build/win32/vs10/pangocairo.vcxproj
-# (Seperator)
- -$(RM) $@
- $(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo_fc.vcxprojin >$@
- -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles
-
-$(top_builddir)/build/win32/vs10/pangocairo_fc.vcxproj.filters: \
- $(top_srcdir)/build/win32/vs10/pangocairo_fc.vcxproj.filtersin \
- $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters \
- $(top_builddir)/build/win32/vs10/pangocairo.vcxproj.filters
-# (Seperator)
- -$(RM) $@
- $(CPP) -I$(top_builddir)/build -P - <$(top_srcdir)/build/win32/vs10/pangocairo.vcxproj.filtersin >$@
- -$(RM) $(top_builddir)/build/libpangocairo.vs10.sourcefiles.filters
-
##############################################
# Now fill in the header "installation" list #
# We deal with the pangoft2 headers in the #