build/win32/vs10/Makefile.am: Delete glib-install.props's on re-generation

This is to ensure the changes that is applied to glib-install.props here is
applied to the projects files in build/win32/vs[11|12|14] as well.
This commit is contained in:
Chun-wei Fan 2016-10-19 15:28:03 +08:00
parent 70040b4094
commit c718bf881a

View File

@ -58,6 +58,9 @@ EXTRA_DIST = \
$(GENERATED_ITEMS)
glib-install.props: $(top_srcdir)/build/win32/vs10/glib-install.propsin $(MSVC10_HEADERS_LIST)
-$(RM) $(top_builddir)/build/win32/vs11/glib-install.props
-$(RM) $(top_builddir)/build/win32/vs12/glib-install.props
-$(RM) $(top_builddir)/build/win32/vs14/glib-install.props
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib-install.propsin >$@
rm $(MSVC10_HEADERS_LIST)