...for Visual Studio 2010 and later, since we used to copy them and merely update the value of $(VSVer) during 'make dist' as needed. Instead of doing that, move the property sheets for Visual Studio 2010, which is the base version that we use, into a directory of its own, and make the Visual Studio 2010~2022 projects look for them in that directory, and set VSVer according to the toolset version identified by each of the project files. The ARM64-specific property sheet needed for VS2017 and the VS2008 property sheets will remain as they are.
14 lines
249 B
Makefile
14 lines
249 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
GENERATED_ITEMS = gtk3-version-paths.props
|
|
|
|
EXTRA_DIST += \
|
|
gtk3-build-defines.props \
|
|
gtk3-version-paths.props.in \
|
|
$(GENERATED_ITEMS)
|
|
|
|
DISTCLEANFILES = \
|
|
$(GENERATED_ITEMS)
|
|
|
|
-include $(top_srcdir)/git.mk
|