mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Rename gen_sslfunc to openssl in dependency files.
Mention http-ntlm$o in dependencies. By Heiko Herold.
This commit is contained in:
parent
b633022e24
commit
5d6bb4c785
@ -6,12 +6,18 @@ list of possible options. Run it with the option corresponding to the
|
|||||||
compiler you intend to use to build Wget and follow the (brief)
|
compiler you intend to use to build Wget and follow the (brief)
|
||||||
instructions printed on the screen. The instructions bellow are for
|
instructions printed on the screen. The instructions bellow are for
|
||||||
building Wget with Microsoft Visual C++ (MSVC); you may need to make
|
building Wget with Microsoft Visual C++ (MSVC); you may need to make
|
||||||
appropriate substitutions for your compiler and build environment.
|
appropriate substitutions for your compiler and build environment;
|
||||||
|
currently wget can be built at least with Visual Studio/.Net, free
|
||||||
|
Borland or Watcom compilers, and the free cygnus and mingw environments.
|
||||||
|
|
||||||
To build Wget with MSVC run configure.bat (in the main Wget directory)
|
To build Wget with MSVC run configure.bat (in the main Wget directory)
|
||||||
with the argument --msvc, and then run nmake. At a certain point in time
|
with the argument --msvc, and then run nmake. At a certain point in time
|
||||||
Wget exposed some compiler bugs in MSVC 5.0; MSVC 6.0 SP5 is known to be
|
Wget exposed some compiler bugs in MSVC 5.0; later Wget started to
|
||||||
safe. However, read the rest of this document before continuing.
|
expose (at least http.c, retr.c) some other compiler bugs in MSVC 6.0
|
||||||
|
SP6 (cl.exe version 12) which could/can be worked around by compiling
|
||||||
|
completely without optimization or at least partially (by using
|
||||||
|
#pragma optimize("g",on) and "off" around offending functions).
|
||||||
|
However, read the rest of this document before continuing.
|
||||||
|
|
||||||
For MSVC the current default is to build Wget with SSL support. For this
|
For MSVC the current default is to build Wget with SSL support. For this
|
||||||
to work, you will need to have OpenSSL installed. First, get OpenSSL
|
to work, you will need to have OpenSSL installed. First, get OpenSSL
|
||||||
@ -24,7 +30,8 @@ and from out32dll (in the OpenSSL directory) the two needed libraries
|
|||||||
(libeay32.lib and ssleay32.lib) to
|
(libeay32.lib and ssleay32.lib) to
|
||||||
"C:\Program Files\Microsoft Visual Studio\VC98\lib". These locations
|
"C:\Program Files\Microsoft Visual Studio\VC98\lib". These locations
|
||||||
aren't exactly the best but will get you started if you don't know where
|
aren't exactly the best but will get you started if you don't know where
|
||||||
to place these headers and libraries. Usually at run-time some OpenSSL
|
to place these headers and libraries, you should find similar paths for
|
||||||
|
later compiler versions. Usually at run-time some OpenSSL
|
||||||
libraries (currently ssleay32.dll and libeay32.dll) will need to be
|
libraries (currently ssleay32.dll and libeay32.dll) will need to be
|
||||||
available in your environment PATH.
|
available in your environment PATH.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ ftp-ls$o: ftp-ls.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h u
|
|||||||
ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gen-md5.h
|
ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gen-md5.h
|
||||||
ftp$o: ftp.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h retr.h ftp.h connect.h host.h netrc.h
|
ftp$o: ftp.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h retr.h ftp.h connect.h host.h netrc.h
|
||||||
gen-md5$o: gen-md5.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gen-md5.h
|
gen-md5$o: gen-md5.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gen-md5.h
|
||||||
gen_sslfunc$o: gen_sslfunc.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h connect.h host.h url.h
|
openssl$o: openssl.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h connect.h host.h url.h
|
||||||
getopt$o: getopt.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h getopt.h
|
getopt$o: getopt.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h getopt.h
|
||||||
gnu-md5$o: gnu-md5.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gnu-md5.h
|
gnu-md5$o: gnu-md5.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h gnu-md5.h
|
||||||
hash$o: hash.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h hash.h
|
hash$o: hash.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h hash.h
|
||||||
@ -19,7 +19,7 @@ html-url$o: html-url.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype
|
|||||||
http$o: http.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h host.h retr.h connect.h netrc.h gen-md5.h
|
http$o: http.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h host.h retr.h connect.h netrc.h gen-md5.h
|
||||||
init$o: init.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h init.h host.h recur.h netrc.h cookies.h progress.h
|
init$o: init.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h init.h host.h recur.h netrc.h cookies.h progress.h
|
||||||
log$o: log.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
|
log$o: log.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
|
||||||
main$o: main.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h getopt.h init.h retr.h recur.h host.h gen_sslfunc.h getopt.h
|
main$o: main.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h getopt.h init.h retr.h recur.h host.h ssl.h getopt.h
|
||||||
mswindows$o: mswindows.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h
|
mswindows$o: mswindows.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h url.h
|
||||||
netrc$o: netrc.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h netrc.h init.h
|
netrc$o: netrc.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h netrc.h init.h
|
||||||
progress$o: progress.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h retr.h
|
progress$o: progress.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h retr.h
|
||||||
|
Loading…
Reference in New Issue
Block a user