-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VC: remove the makefile.vc6 build infra
The winbuild/ build files is now the single MSVC makefile build choice. Closes curl#1215
- Loading branch information
Showing
11 changed files
with
15 additions
and
1,783 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# | (__| |_| | _ <| |___ | ||
# \___|\___/|_| \_\_____| | ||
# | ||
# Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al. | ||
# Copyright (C) 1998 - 2017, Daniel Stenberg, <[email protected]>, et al. | ||
# | ||
# This software is licensed as described in the file COPYING, which | ||
# you should have received as part of this distribution. The terms | ||
|
@@ -136,8 +136,7 @@ VC_DIST = projects/README \ | |
projects/Windows/VC14/src/curl.vcxproj.filters | ||
|
||
WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ | ||
winbuild/MakefileBuild.vc winbuild/Makefile.vc \ | ||
winbuild/Makefile.msvc.names | ||
winbuild/MakefileBuild.vc winbuild/Makefile.vc | ||
|
||
EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ | ||
RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \ | ||
|
Oops, something went wrong.