]> sjero.net Git - wget/blobdiff - windows/Makefile.top.bor
[svn] Add support for adding required files to the wget.zip file when running
[wget] / windows / Makefile.top.bor
index e264f6c70f0173e6f946eb03afe7c46aa18b8957..f6646c5132624ec4da3bab65f436b555c49de5e3 100644 (file)
@@ -38,7 +38,7 @@ all: Makefile $(SUBDIRS)
 
 $(SUBDIRS): 
        cd $@
-       $(MAKE)
+       $(MAKEDIR)\$(MAKE)
        cd ..
 
 # install everything
@@ -61,15 +61,18 @@ realclean-top: distclean-top
 
 clean-recursive distclean-recursive realclean-recursive:
        cd src
-       $(MAKE) $(@:-recursive=)
-       cd ..\\doc
-       $(MAKE) $(@:-recursive=)
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
+       cd ..\doc
+       $(MAKEDIR)\$(MAKE) $(@:-recursive=)
        cd ..
 
 bindist: wget.zip
 
 wget.zip: $(SUBDIRS)
        $(RM) wget.zip
-       zip -Djl9 wget.zip AUTHORS COPYING INSTALL MACHINES 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