Move to the latest ethereal-win32-libs tag.

svn path=/trunk/; revision=15706
This commit is contained in:
Gerald Combs 2005-09-06 19:48:57 +00:00
parent 8d183068a0
commit 4ba88078f9
3 changed files with 5 additions and 3 deletions

View File

@ -459,7 +459,9 @@ setup: verify_tools
!ENDIF !ENDIF
!IFDEF PCRE_DIR !IFDEF PCRE_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \ @$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
. pcre-4.4.zip pcre-6.3 pcre-6.3-bin.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
pcre-6.3 pcre-6.3-lib.zip
!ENDIF !ENDIF
!IFDEF ZLIB_DIR !IFDEF ZLIB_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \ @$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \

View File

@ -120,7 +120,7 @@ ADNS_DIR=$(ETHEREAL_LIBS)\adns-1.0-win32-04
# If you don't have PCRE, comment this line out, so that PCRE_DIR # If you don't have PCRE, comment this line out, so that PCRE_DIR
# isn't defined. # isn't defined.
# #
PCRE_DIR=$(ETHEREAL_LIBS)\pcre-4.4 PCRE_DIR=$(ETHEREAL_LIBS)\pcre-6.3
# #
# If you have the Nettle encryption library, set this to the pathname # If you have the Nettle encryption library, set this to the pathname

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development" # DOWNLOAD_PREFIX="http://www.ethereal.com/distribution/win32/development"
DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-07-24/packages" DOWNLOAD_PREFIX="http://anonsvn.ethereal.com/ethereal-win32-libs/tags/2005-09-05/packages"
err_exit () { err_exit () {
echo "" echo ""