From 59743937716b0c83b6fc3a90aab9dbb0f397e69c Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 11 Feb 2007 04:28:24 -0800 Subject: [PATCH] [svn] Add support for adding required files to the wget.zip file when running NMAKE wget.zip or NMAKE bindist. By Christopher G. Lewis. --- windows/ChangeLog | 16 ++++++++++++++++ windows/Makefile.top | 8 +++++--- windows/Makefile.top.bor | 7 +++++-- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/windows/ChangeLog b/windows/ChangeLog index 659a2075..d59ab5ac 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,19 @@ +2006-06-25 Christopher Lewis + + * Windows\Makefile.top: Added OpenSSL dlls and cacert.pem to + wget.zip to further automate the Win32 build process + + * Windows\Makefile.top.bor: Added OpenSSL dlls and cacert.pem to + wget.zip to further automate the Win32 build process + +2007-01-23 Christopher Lewis + + * Windows\Makefile.top: Added the required file msvcr80.dll. This + file is required by OpenSSL. + + * Windows\Makefile.top.bor: Added the required file msvcr80.dll. + This file is required by OpenSSL. + 2006-12-29 Gisle Vanem * config.h: Added 'HAVE_SYS_UTIME_H 1' which gets undefined as needed diff --git a/windows/Makefile.top b/windows/Makefile.top index a9025abc..0ebe5bf3 100644 --- a/windows/Makefile.top +++ b/windows/Makefile.top @@ -72,6 +72,8 @@ bindist: wget.zip wget.zip: $(SUBDIRS) $(RM) wget.zip - zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc - zip -Dj9 wget.zip src/wget.exe doc/wget.hlp - + $(RM) cacert.pem + src\wget http://curl.haxx.se/ca/cacert.pem + zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc + zip -Dj9 wget.zip src/wget.exe doc/wget.hlp cacert.pem + zip -Dj9 wget.zip c:\openssl\bin\libeay32.dll c:\openssl\bin\ssleay32.dll c:\openssl\bin\msvcr80.dll diff --git a/windows/Makefile.top.bor b/windows/Makefile.top.bor index b3611162..f6646c51 100644 --- a/windows/Makefile.top.bor +++ b/windows/Makefile.top.bor @@ -70,6 +70,9 @@ bindist: wget.zip wget.zip: $(SUBDIRS) $(RM) wget.zip - zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc - zip -Dj9 wget.zip src/wget.exe doc/wget.hlp + $(RM) cacert.pem + src\wget http://curl.haxx.se/ca/cacert.pem + zip -Djl9 wget.zip AUTHORS COPYING INSTALL MAILING-LIST NEWS README doc/sample.wgetrc + zip -Dj9 wget.zip src/wget.exe doc/wget.hlp cacert.pem + zip -Dj9 wget.zip c:\openssl\bin\libeay32.dll c:\openssl\bin\ssleay32.dll c:\openssl\bin\msvcr80.dll -- 2.39.2