File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,22 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
2828
2929- MSVS: Add an optional keyword argument, auto_filter_projects, to
3030 MSVSSolution. Accepted values for auto_filter_projects are:
31+
3132 - None [default]: raise an exception when solution file names or nodes
3233 are detected in the projects argument list.
3334 - True or evaluates True: automatically remove solution file names and
3435 nodes from the project argument list.
3536 - False or evaluates False: leave solution file names and nodes in the
3637 project argument list. An exception is not raised.
38+
3739 Solution file names and/or nodes in the project argument list cause
3840 erroneous Project records to be produced in the generated solution file.
3941 As a convenience, a user may elect to ignore solution file names and nodes
4042 in the projects argument list rather than manually removing solution file
4143 names and nodes from the MSVSProject return values.
4244
4345- SCons C preprocessor:
46+
4447 - Update the optional integer suffixes to include the z|Z and wb|WB
4548 suffixes.
4649 - Add support for binary integer constants.
Original file line number Diff line number Diff line change 11__version__ = "4.9.0"
22__copyright__ = "Copyright (c) 2001 - 2025 The SCons Foundation"
33__developer__ = "bdbaddog"
4- __date__ = "Sun, 02 Mar 2025 13:25:06 -0700"
4+ __date__ = "Sun, 02 Mar 2025 14:04:50 -0700"
55__buildsys__ = "M1Dog2021"
6- __revision__ = "66f8972b546e12e0b8bf31648a2a076d706daec0 "
7- __build__ = "66f8972b546e12e0b8bf31648a2a076d706daec0 "
6+ __revision__ = "99a8c86de1ce91d23b102520e185c54ebd968924 "
7+ __build__ = "99a8c86de1ce91d23b102520e185c54ebd968924 "
88# make sure compatibility is always in place
99import SCons .compat # noqa
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ namespaces = false
6060
6161[tool .setuptools .package-data ]
6262"*" = [" *.txt" , " *.rst" , " *.1" ]
63- "scons .tool.docbook" = [" *.*" ]
63+ "SCons .tool.docbook" = [" *.*" ]
6464
6565[tool .distutils .sdist ]
6666dist-dir = " build/dist"
You can’t perform that action at this time.
0 commit comments