From: Steve Dower Date: Wed, 7 Jul 2021 17:21:54 +0000 (+0100) Subject: bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056) X-Git-Tag: v3.11.0a1~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d3027c5fcc683c14ee55ad231d79971ba12b24d;p=thirdparty%2FPython%2Fcpython.git bpo-44479: Simplified LICENSE.txt regeneration in Windows build (GH-27056) --- diff --git a/PCbuild/regen.targets b/PCbuild/regen.targets index 22667d02aaa2..38f82d1b31a7 100644 --- a/PCbuild/regen.targets +++ b/PCbuild/regen.targets @@ -96,7 +96,6 @@ <_LicenseSources Include="$(tcltkDir)tcllicense.terms; $(tcltkDir)tklicense.terms; $(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" /> - <_LicenseOutputs Include="$(OutDir)LICENSE.txt" /> - - + - <_Text Include="@(_LicenseFiles)"> + <_Text1 Include="@(_LicenseSources)"> $([System.IO.File]::ReadAllText(%(FullPath))) - + + <_Text Include="@(_Text1->'%(Content)')" /> - + + + - - - +