build/Makefile.msvcproj: Remove MSVC 2017 projects before re-generation

This ensures a fresh version from the 2010 projects are copied and
processed.
This commit is contained in:
Chun-wei Fan 2017-03-03 17:35:28 +08:00
parent 02b5886975
commit 76d7c0bbed

View File

@ -70,6 +70,8 @@ $(top_builddir)/build/win32/vs9/$(1).vcproj: Makefile
-$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj.filters
-$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj
-$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj.filters
-$(RM) $(top_builddir)/build/win32/vs15/$(1).vcxproj
-$(RM) $(top_builddir)/build/win32/vs15/$(1).vcxproj.filters
for F in $(_proj_files); do \