summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 19:32:01 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-10-19 19:32:01 +0800
commit6c9dfc4b7b9d564058398cf30ac41210427c395a (patch)
tree239cc92324c53e1f7f0d0d0a82976a749e01b1e6
parentf5db6c6e65f52703a4ad7121aa6ae0441c51ad74 (diff)
downloadlibcroco-6c9dfc4b7b9d564058398cf30ac41210427c395a.tar.gz
Remove croco-install.props's during re-generation
This is to ensure the changes in the generated build/win32/vs10/croco-install.props are applied in build/win32/vs[11|12|14] as well.
-rw-r--r--build/win32/vs10/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index a102242..94582e1 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -36,6 +36,9 @@ EXTRA_DIST = \
$(GENERATED_ITEMS)
croco-install.props: $(top_srcdir)/build/win32/vs10/croco-install.propsin croco.vs10.headers
+ -$(RM) $(top_builddir)/build/win32/vs11/croco-install.props
+ -$(RM) $(top_builddir)/build/win32/vs12/croco-install.props
+ -$(RM) $(top_builddir)/build/win32/vs14/croco-install.props
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/croco-install.propsin > $@
rm croco.vs10.headers