aboutsummaryrefslogtreecommitdiffstats
path: root/tools/win32-setup.sh
AgeCommit message (Collapse)AuthorFilesLines
2005-08-02 Fix svn properties where needed:jmayer1-0/+0
Remove svn:executable Add svn:executable Add svn:eol-style Add svn:keywords git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15182 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-24Update to zlib 1.2.3ulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15040 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-15Point to the latest Windows library tag and versions.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14923 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-07Make sure "which" is present before we verify our tools. Add "env" togerald1-0/+3
the list of programs to check. Make sure our python scripts start with "#!/usr/bin/env python" as recommended at http://www.python.org/doc/faq/library.html#how-do-i-make-a-python-script-executable-on-unix git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14871 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-17Switch the Windows build environment to GTK 2.4.14. Enable GTK-Wimp by gerald1-1/+1
default in the installer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13087 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-01If bash is run as a non-login shell, it doesn't read /etc/profile. Under gerald1-1/+1
Cygwin this has the side effect of making the Windows "find" command appear first in the path instead of Cygwin's "find" command. Call /usr/bin/find explicitly in win32-setup.sh. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12639 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-23Update to GTK+ 2.4.13.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12581 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-02Update the Windows build to zlib 1.2.2.gerald1-1/+1
Have win32-setup.sh download from "2004-11-02" tag directory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12474 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-24Use new win32 libs from anonsvn instead of webpage, including setup target. ↵ulfl1-1/+2
Use updated GTK 2.4.9 libraries. But still use wget. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12086 f5534014-38df-0310-8fa8-9805f1628bb7
2004-08-17Check for both HTTP_PROXY and http_proxy in MSVC++ setup.obiot1-3/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11759 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-01minor changesulfl1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10749 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-26Some of the DLLs from the developer ZIP archives don't have the executable bitobiot1-0/+8
set. As a result, tethereal cannot run for the generation of the protocol field list for the ethereal-filter documentation. Fix this issue when unpacking the ddeveloper ZIP archives. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10711 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-25Add code for HTTP proxy detection based on the http_proxy shell variable.obiot1-7/+14
Fix the tests with string equal empty_string: "$str" == "" is either "$str" = "" or -z "$str" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10703 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-09Modify the "setup" target to download the packages we've defined, so that wegerald1-2/+7
don't download the GTK2 packages unless we have GTK2_DIR defined. Fix some path checking in win32-setup.sh. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10577 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-08Add a Makefile.nmake target called "setup" that uses the scriptgerald1-0/+61
tools\win32-setup.sh to - Check for applications required to build Ethereal - Download and unpack required packages into $ETHEREAL_LIBS Update ADNS to the latest version. Make Python 2.3 the default. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10567 f5534014-38df-0310-8fa8-9805f1628bb7