resurrecting the gnu c++ build on windows
authorFred T. Hamster <fred@gruntose.com>
Sat, 21 May 2022 02:13:48 +0000 (22:13 -0400)
committerFred T. Hamster <fred@gruntose.com>
Sat, 21 May 2022 02:13:48 +0000 (22:13 -0400)
commit239fe2ca67e905f1c752394857038330fddd6ff4
tree9bffcd2e0fe3d40657dc733b8226737383072072
parent421efb66ead03244830a9b4c0ff5cbd8f787dcfc
resurrecting the gnu c++ build on windows

this removes the visual studio compiler support, which was a nasty bit of glue and tacks.
we're moving to commodity gcc for our builds, which means we can leave behind a lot of ugly special casing for microsoft's bent way of doing things.
14 files changed:
scripts/clam/cpp/get_version.sh
scripts/clam/cpp/ms_root_dir.sh [deleted file]
scripts/clam/cpp/rules.def
scripts/clam/cpp/variables.def
scripts/generator/build_variables.sh
scripts/generator/vis_stu_vars.sh [deleted file]
scripts/z_outgoing/dotnet-retired/csharper.sh [new file with mode: 0644]
scripts/z_outgoing/dotnet-retired/postconditions.sh [new file with mode: 0644]
scripts/z_outgoing/dotnet-retired/preconditions.sh [new file with mode: 0644]
scripts/z_outgoing/dotnet-retired/readme.txt [new file with mode: 0644]
scripts/z_outgoing/dotnet-retired/rules.def [new file with mode: 0644]
scripts/z_outgoing/dotnet-retired/variables.def [new file with mode: 0644]
scripts/z_outgoing/ms_root_dir.sh [new file with mode: 0644]
scripts/z_outgoing/vis_stu_vars.sh [new file with mode: 0644]