]> git.ipfire.org Git - thirdparty/curl.git/commit
build: delete support bits for obsolete Windows compilers
authorViktor Szakats <commit@vsz.me>
Sat, 28 Oct 2023 01:10:01 +0000 (01:10 +0000)
committerViktor Szakats <commit@vsz.me>
Mon, 6 Nov 2023 22:00:10 +0000 (22:00 +0000)
commitfd7ef00f4305a2919e6950def1cf83d0110a4acd
tree96c6994f154d1d37933b3ec3b745c8e1194251bd
parent60359ad5049c42f333ac179a58cda87d6e4143a0
build: delete support bits for obsolete Windows compilers

- Pelles C: Unclear status, failed to obtain a fresh copy a few months
  ago. Possible website is HTTP-only. ~10 years ago I left this compiler
  dealing with crashes and other issues with no response on the forum
  for years. It has seen some activity in curl back in 2021.
- LCC: Last stable release in September 2002.
- Salford C: Misses winsock2 support, possibly abandoned? Last mentioned
  in 2006.
- Borland C++: We dropped Borland C++ support in 2018.
- MS Visual C++ 6.0: Released in 1998. curl already requires VS 2010
  (or possibly 2008) as a minimum.

Closes #12222
lib/config-win32.h
lib/config-win32ce.h
lib/curl_setup.h
lib/easy.c
lib/mprintf.c
lib/share.h
m4/curl-compilers.m4
src/tool_cb_see.c