mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
70040b4094
commit
c718bf881a
@ -58,6 +58,9 @@ EXTRA_DIST = \
|
|||||||
$(GENERATED_ITEMS)
|
$(GENERATED_ITEMS)
|
||||||
|
|
||||||
glib-install.props: $(top_srcdir)/build/win32/vs10/glib-install.propsin $(MSVC10_HEADERS_LIST)
|
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 >$@
|
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/glib-install.propsin >$@
|
||||||
rm $(MSVC10_HEADERS_LIST)
|
rm $(MSVC10_HEADERS_LIST)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user