mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:53:31 +03:00
build: drop support for building with Watcom
These files are not maintained, they seem to have no users, Watcom compilers look like not having users nor releases anymore. Closes #5918
This commit is contained in:
parent
953088d2c8
commit
bbf8cae44d
5 changed files with 4 additions and 524 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -87,7 +87,7 @@ NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
|
|||
EXTRA_DIST = mkhelp.pl makefile.dj \
|
||||
Makefile.m32 macos/curl.mcp.xml.sit.hqx macos/MACINSTALL.TXT \
|
||||
macos/src/curl_GUSIConfig.cpp macos/src/macos_main.cpp makefile.amiga \
|
||||
curl.rc Makefile.netware Makefile.inc Makefile.Watcom CMakeLists.txt
|
||||
curl.rc Makefile.netware Makefile.inc CMakeLists.txt
|
||||
|
||||
# Use absolute directory to disable VPATH
|
||||
MANPAGE=$(abs_top_builddir)/docs/curl.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue