mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Remove gtk4-install.props's during re-generation
This is to ensure the changes in the generated build/win32/vs10/gtk4-install.props are applied in build/win32/vs[11|12|14] as well.
This commit is contained in:
parent
b4c37bfff8
commit
2e103e85cc
@ -69,6 +69,9 @@ DISTCLEANFILES = \
|
||||
$(GENERATED_ITEMS)
|
||||
|
||||
gtk4-install.props: $(top_srcdir)/build/win32/vs10/gtk4-install.propsin $(MSVC10_HEADERS_LISTS)
|
||||
-$(RM) $(top_builddir)/build/win32/vs11/gtk4-install.props
|
||||
-$(RM) $(top_builddir)/build/win32/vs12/gtk4-install.props
|
||||
-$(RM) $(top_builddir)/build/win32/vs14/gtk4-install.props
|
||||
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/gtk4-install.propsin >$@
|
||||
rm $(MSVC10_HEADERS_LISTS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user