Re: git: ded0d3d486eb - main - Add back Windows only VCXProj files
Date: Mon, 04 Oct 2021 23:10:35 UTC
On 5 Oct 2021, at 00:02, Mark Johnston <markj@freebsd.org> wrote: > > On Mon, Oct 04, 2021 at 08:15:06PM +0000, Stefan Eßer wrote: >> The branch main has been updated by se: >> >> URL: https://cgit.FreeBSD.org/src/commit/?id=ded0d3d486eba766f613070de0ed12029a9a3816 >> >> commit ded0d3d486eba766f613070de0ed12029a9a3816 >> Author: Stefan Eßer <se@FreeBSD.org> >> AuthorDate: 2021-07-28 13:35:16 +0000 >> Commit: Stefan Eßer <se@FreeBSD.org> >> CommitDate: 2021-10-04 20:10:52 +0000 >> >> Add back Windows only VCXProj files >> --- >> bc.vcxproj | 278 ++++++++++++++++++++++++++++++++++++++++++++++++++++ >> bc.vcxproj.filters | 182 ++++++++++++++++++++++++++++++++++ >> bcl.vcxproj | 161 ++++++++++++++++++++++++++++++ >> bcl.vcxproj.filters | 96 ++++++++++++++++++ >> 4 files changed, 717 insertions(+) > > Presumably these should instead have been added under contrib/bc? I think they were meant to go into the root of the vendor branch, given the last import in the branch also lost them, not just the subtree merge (and then presumably merged into contrib/bc). Jess