Skip to content

Commit

Permalink
VC: remove the makefile.vc6 build infra
Browse files Browse the repository at this point in the history
The winbuild/ build files is now the single MSVC makefile build choice.

Closes curl#1215
  • Loading branch information
bagder authored and railsnewbie257 committed Jan 24, 2017
1 parent 3a05ffa commit 8f89c55
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 1,783 deletions.
5 changes: 2 additions & 3 deletions Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms
Expand Down Expand Up @@ -136,8 +136,7 @@ VC_DIST = projects/README \
projects/Windows/VC14/src/curl.vcxproj.filters projects/Windows/VC14/src/curl.vcxproj.filters


WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \
winbuild/MakefileBuild.vc winbuild/Makefile.vc \ winbuild/MakefileBuild.vc winbuild/Makefile.vc
winbuild/Makefile.msvc.names


EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \ RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework scripts/zsh.pl \
Expand Down
Loading

0 comments on commit 8f89c55

Please sign in to comment.