aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-01-10 00:29:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-01-23 14:27:32 +0100
commit8611d985eeca12807ffbe0f28676b0ae05ab68fe (patch)
tree1eb91c770e079f190266d2e9da07938100ef6c68 /docs/INSTALL.md
parentd0837f36dbe476fd9535fee3f2b0e2599031404d (diff)
VC: remove the makefile.vc6 build infra
The winbuild/ build files is now the single MSVC makefile build choice. Closes #1215
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r--docs/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 610add65a..ff56600a5 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -247,7 +247,7 @@ If you want to set any of these defines you have the following options:
- Modify lib/config-win32.h
- Modify lib/curl_setup.h
- - Modify lib/Makefile.vc6
+ - Modify winbuild/Makefile.vc
- Modify the "Preprocessor Definitions" in the libcurl project
Note: The pre-processor settings can be found using the Visual Studio IDE
@@ -263,7 +263,7 @@ libcurl and curl compilation processes. To set this definition you have the
following alternatives:
- Modify lib/config-win32.h and src/config-win32.h
- - Modify lib/Makefile.vc6
+ - Modify winbuild/Makefile.vc
- Modify the "Preprocessor Definitions" in the libcurl project
Note: The pre-processor settings can be found using the Visual Studio IDE