diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:28:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:30:41 +0100 |
commit | 0e66d5878edc3d7ffc445116d194b58bbc7504b9 (patch) | |
tree | eb2665d72f3be448e7a0bfc992cab94b902277c2 /Makefile.am | |
parent | cecb9c0f71b757444f40a15a1cf4f0e95af05af2 (diff) | |
download | curl-0e66d5878edc3d7ffc445116d194b58bbc7504b9.tar.gz |
vc: remove explicit MSVC6 IDE project file and documentation
VC6 is _very_ old and we provide working makefiles even for that
compiler. Users who build with the IDE never use that method and project
file anyway and it was just lingering in the root dir.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index edbc805dd..2ac03b94a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,8 +35,8 @@ WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ winbuild/Makefile.msvc.names EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ - RELEASE-NOTES buildconf libcurl.pc.in vc6curl.dsw MacOSX-Framework \ - $(CMAKE_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in + RELEASE-NOTES buildconf libcurl.pc.in MacOSX-Framework $(CMAKE_DIST) \ + $(WINBUILD_DIST) lib/libcurl.vers.in bin_SCRIPTS = curl-config |