simon-git: msvc-extract (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Mar 29 08:42:43 BST 2021
TL;DR:
3d96983 Make toolchain files insist on CMake 3.20.
Repository: https://git.tartarus.org/simon/msvc-extract.git
On the web: https://git.tartarus.org/?p=simon/msvc-extract.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-03-29 08:42:43
commit 3d969838e249d89c4d5c3ada4bcce4e28873fe6d
web diff https://git.tartarus.org/?p=simon/msvc-extract.git;a=commitdiff;h=3d969838e249d89c4d5c3ada4bcce4e28873fe6d;hp=c24f6a2d4c0d36b5bb6f66556e7bf6054df3449d
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Mar 29 07:03:08 2021 +0100
Make toolchain files insist on CMake 3.20.
I'd forgotten exactly what the bug _was_ that made previous versions
not play nicely with llvm-rc. I knew that it had something to do with
llvm-rc preprocessing, and I'd vaguely remembered that it might have
been to do with setting a codepage option on the llvm-rc command line.
So I was going to not quite demand it in the output of this tool.
But actually, even without trying to do that, rc file preprocessing
seems to not happen at all with 3.16 (default on current Ubuntu LTS).
So I think it's sensible to insist on it after all. Then when things
go wrong you know why!
msvc-extract.c | 3 +++
1 file changed, 3 insertions(+)
More information about the tartarus-commits
mailing list