[glib/glib-2-50] build/win32/vs10/Makefile.am: Delete glib-install.props's on re-generation
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-50] build/win32/vs10/Makefile.am: Delete glib-install.props's on re-generation
- Date: Wed, 19 Oct 2016 07:30:33 +0000 (UTC)
commit 4e0b86d412388af276b101c76f1979294fe22146
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Oct 19 15:28:03 2016 +0800
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.
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 b6af739..078ee7d 100644
--- a/build/win32/vs10/Makefile.am
+++ b/build/win32/vs10/Makefile.am
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]