Makefile.mk: drop Windows support

And DLL-support with it. This leaves `Makefile.mk` for MS-DOS and Amiga.

We recommend CMake instead. With unity mode it's much faster, and about
the same without.

Ref: https://github.com/curl/curl/pull/12221#issuecomment-1783761806
Reviewed-by: Daniel Stenberg
Closes #12224
This commit is contained in:
Viktor Szakats 2023-10-28 09:48:19 +00:00
parent 67211e9540
commit ba8752e556
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
6 changed files with 52 additions and 260 deletions

1
.github/labeler.yml vendored
View file

@ -481,7 +481,6 @@ Windows:
- all:
- changed-files:
- any-glob-to-all-files:
- '**/Makefile.mk'
- 'appveyor.yml'
- 'CMake/Platforms/WindowsCache.cmake'
- 'lib/*win32*'