[gtk+/gtk-3-22] Remove gtk3-install.props's during re-generation



commit d93f8b00ad2a0a315837235c25cd819b43b955a5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Oct 19 18:46:59 2016 +0800

    Remove gtk3-install.props's during re-generation
    
    This is to ensure the changes in the generated
    build/win32/vs10/gtk3-install.props are applied in
    build/win32/vs[11|12|14] as well.

 build/win32/vs10/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/Makefile.am b/build/win32/vs10/Makefile.am
index 5358f96..da07766 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -74,6 +74,9 @@ DISTCLEANFILES = \
        $(GENERATED_ITEMS)
 
 gtk3-install.props: $(top_srcdir)/build/win32/vs10/gtk3-install.propsin $(MSVC10_HEADERS_LISTS)
+       -$(RM) $(top_builddir)/build/win32/vs11/gtk3-install.props
+       -$(RM) $(top_builddir)/build/win32/vs12/gtk3-install.props
+       -$(RM) $(top_builddir)/build/win32/vs14/gtk3-install.props
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/gtk3-install.propsin >$@
        rm $(MSVC10_HEADERS_LISTS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]