-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msvc: drop support for VS2005 and older
- cmake: assume large file support (VS2005+ / `_fseeki64()`) - config-win32.h: assume large file support (VS2005+ / `_fseeki64()`) - config-win32.h: assume `HAVE_LONGLONG` (VS2003+) - config-win32.h: assume 64-bit `time_t` (VS2005+) - config-win32.h: assume VS2008+ - cmake: use multi-threaded/parallel compilation (VS2008+) - curl_setup.h: require multi-threading MSVC CRT (~VS2005+) - curl_setup.h: hard fail for unsupported MSVC versions. Authored-by: Jay Satiro - winbuild: bump minimum version Follow-up to 308437a curl#15992 Ref: curl#15972 Closes curl#16004
- Loading branch information
Showing
4 changed files
with
15 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters