aboutsummaryrefslogtreecommitdiff
path: root/winbuild/Makefile.vc
diff options
context:
space:
mode:
authorThomas Gamper <icicle@cg.tuwien.ac.at>2019-06-16 15:38:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-17 13:39:51 +0200
commit672ff597e500e38cda87aee60de655acbbc22ed7 (patch)
tree2b3a2ad4bc6460c78e23f0a0dbaa821154c17aea /winbuild/Makefile.vc
parent03a22a26c6f9bb5fe122f7b61b508486c2a03f32 (diff)
winbuild: use WITH_PREFIX if given
Closes #4031
Diffstat (limited to 'winbuild/Makefile.vc')
-rw-r--r--winbuild/Makefile.vc6
1 files changed, 5 insertions, 1 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index 26ab90693..f5c0c7b00 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -39,9 +39,13 @@ CFGSET=true
!MESSAGE where <options> is one or many of:
!MESSAGE VC=<6,7,8,9,10,11,12,14,15> - VC versions
!MESSAGE WITH_DEVEL=<path> - Paths for the development files (SSL, zlib, etc.)
-!MESSAGE Defaults to sibbling directory deps: ../deps
+!MESSAGE Defaults to curl's sibling directory deps: ../deps
!MESSAGE Libraries can be fetched at https://windows.php.net/downloads/php-sdk/deps/
!MESSAGE Uncompress them into the deps folder.
+!MESSAGE WITH_PREFIX=<path> - Installation directory path
+!MESSAGE Defaults to a configuration dependent (SSL, zlib, etc.)
+!MESSAGE directory inside curl's subdirectory builds: ./builds
+!MESSAGE Use backslashes as path separator
!MESSAGE WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
!MESSAGE WITH_NGHTTP2=<dll or static> - Enable HTTP/2 support, DLL or static
!MESSAGE WITH_CARES=<dll or static> - Enable c-ares support, DLL or static