The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / config.nmake @ master

History | View | Annotate | Download (55.7 KB)

# Date Author Comment
d3728738 08/25/2014 06:00 PM Graham Bloice

Updates for docbook builds on Windows

In config.nmake search for multiple versions of fop in a couple of places, preferring fop 1.1
In Makefile.nmake remove any PYTHONPATH env var (as that's probably for Windows)
and not the Cygwin python used in asciidoc...

4ac0438e 08/20/2014 03:25 PM Graham Bloice

In Visual Studio builds, enable the L4 warning
4189: Local variable is initialized but not referenced

Fix some variables found by this

Change-Id: Icc13def5413f1fe885ec25e659462c8906a6cfa0
Reviewed-on: https://code.wireshark.org/review/3748
Reviewed-by: Graham Bloice <>...

4e267ba9 08/15/2014 12:35 PM Gerald Combs

Windows: Fix PowerShell 2.0 compatibility.

PowerShell 2.0's Get-ChildItem doesn't support "-File" even though
http://technet.microsoft.com/en-us/library/hh847897.aspx says otherwise.

Add a config.nmake option to test PS 2.0 compatibility.

Change-Id: I8de83cd0841d4ab0b01351c2d39084578a2c84ee...

673247f0 08/14/2014 06:26 AM Gerald Combs

Windows: Clean up text file packaging.

Convert textify.sh to PowerShell. Use PowerShell's built-in line ending
conversion so that we don't depend on unix2dos.

Only copy the help toc and text files to the staging directory.

Add PowerShell to the Developer's Guide. Fixup some other content....

8b364ea0 08/08/2014 02:59 PM Gerald Combs

Autodiscover flex and bison in config.nmake.

Change-Id: I4683d0eeb06e5616103f3e6e25ce7f1549a2bb05
Reviewed-on: https://code.wireshark.org/review/3510
Petri-Dish: Gerald Combs <>
Reviewed-by: Gerald Combs <>

b8a6cfcb 08/08/2014 01:59 AM Роман Донченко

Make Python mandatory to build on Windows

While nominally optional, building without it doesn't work, so just make it
mandatory.

The verify_tools target already passes $(PYTHON) to win-setup.sh --appverify;
we just need to supply a default value for PYTHON, so that $(PYTHON) doesn't...

714fa85d 08/07/2014 05:54 PM Gerald Combs

Win flex-bison and Chocolatey updates.

Chocolatey's latest winflexbison package is usable. Update
config.nmake, FindLEX.cmake, and FindYACC.cmake accordingly. Rename
CHOCOLATEY_INSTALL_PATH to CHOCOLATEY_BIN_PATH since that's what we're
finding.

Change-Id: I39973fba0531b3f7a1315ca010a8bd70581db3fb...

37b5b095 08/04/2014 10:31 AM Evan Huus

Rip out the filetap code

We decided at sharkfest that this wasn't the right design for file dissection;
we have more-or-less settled on way forward, but nobody's shown interest in
implementing it. Whether or not that ever happens, this code is effectively...

84edd1a7 07/28/2014 02:39 PM Bill Meier

(Trivial) config.nmake: fix a spelling error and add some punctuation.

Change-Id: I326dbae8fe1d3593de00c9e78a124c1221b7314b
Reviewed-on: https://code.wireshark.org/review/3231
Reviewed-by: Bill Meier <>

3a9f1269 07/28/2014 01:38 PM Bill Meier

config.nmake: Do some minor changes (mostly in comments).

- Update comment: /O2 enables /Gs which is "Control Stack Checking Calls" not "Buffer Security Check"
- Remove explicit setting of /GS (Buffer Security Check) since it's set by default.
(The explicit setting did not apply to the CFLAGS used to compile Wireshark...

6ef2ad2f 07/28/2014 01:13 AM Pascal Quantin

Fix MSVC2013 Lua package (previous one was linked against MSVC2012)

Change-Id: I632eea7250e7e60482f62d9ea62ac407fc6506d1
Reviewed-on: https://code.wireshark.org/review/3222
Reviewed-by: Pascal Quantin <>

b9183b90 07/27/2014 12:34 PM Pascal Quantin

Use a compatible Lua library when building with MSVC2013

Change-Id: If462dc45df9dbd418c4de2eb6bb9130a283d863c
Reviewed-on: https://code.wireshark.org/review/3211
Reviewed-by: Pascal Quantin <>

05c06306 07/24/2014 10:30 PM Gerald Combs

Make HTML Help steps compliant with newer Nmakes.

Nmake 12 seems to be more strict about spaces in commands. Add the
hhc.exe path to PATH and use a bare command instead.

Change-Id: I9fbd9abdabf7f51ac7bac2cbe8d938ae7bb0640e
Reviewed-on: https://code.wireshark.org/review/3192...

5688c8a4 07/24/2014 08:28 PM Gerald Combs

Add the default directores used by the Qt Online Installer for Qt 5.3.

Change-Id: Ia81ce10318b34f6af68862622a63c64e2883a937
Reviewed-on: https://code.wireshark.org/review/3191
Reviewed-by: Gerald Combs <>

075ac2e7 07/20/2014 09:04 PM Joerg Mayer

Obsolete tools/winXX-setup.sh:
- Move DOWNLOAD_TAG into config.nmake
- Call win-setup.sh directly instead of winXX-setup.sh
- TODO: Remove tools/winXX-setup.sh files

Change-Id: Ie02b6b468b4f3007f5e2b6a8282e2e6cdf7d1a70
Reviewed-on: https://code.wireshark.org/review/3144...

e696d0f9 07/01/2014 04:19 PM Guy Harris

Fix the checks for the Cygwin path.

I.e., do

if we have 32-bit Cygwin
CYGWIN_PATH=path to it
else if we have 64-bit Cygwin
CYGWIN_PATH=path to it
else
fail
endif

rather than

CYGWIN_PATH=standard path for 32-bit Cygwin
if we don't have 32-bit cygwin and we do have 64-bit Cygwin...
2211813e 07/01/2014 03:18 PM Tim Furlong

Add logic to config.nmake to find 64-bit cygwin, and a note warning
about forward slashes in the QT5_BASE_PATH if the recommended qmake
command is used; both of these issues will cause annoyingly non-
obvious errors.

Change-Id: I6f9a662969d1fc1887e75e8b0fde3520bbbea416...

e1e7dd0c 07/01/2014 03:16 PM Graham Bloice

Fix the QT build on Qt 5.3 or later to use the windeployqt tool
to copy the rquired Qt files into the runtime directory

Qt 5.2 is broken as windeployqt doesn't take the required --release flag

Also fix the passing of GCC_DLL and GPGERROR_DLL into config.pri so...

18e14a4c 06/27/2014 09:29 AM AndersBroman

Have the makefile run windepoyqt if it exists to copy the required dlls to the install dir.

Change-Id: If87c2670e1ffef116d4497241f070fa41a70015b
Reviewed-on: https://code.wireshark.org/review/2644
Reviewed-by: Anders Broman <>

cc37b503 06/18/2014 02:03 PM Pascal Quantin

Get rid of obsolete references to nettle

Bug: 2089
Change-Id: Ie3337a1b750d8d95f6291c77dfd19cd1b0c57e83
Reviewed-on: https://code.wireshark.org/review/2388
Tested-by: Pascal Quantin <>
Reviewed-by: Pascal Quantin <>

f113306e 06/16/2014 07:14 PM Jeff Morriss

More Python-bindings removal.

Change-Id: I4d82175781e65c73179f4c8e737a7900cb050bce
Reviewed-on: https://code.wireshark.org/review/2283
Reviewed-by: Jeff Morriss <>

ad7b5381 06/06/2014 11:33 AM Pascal Quantin

Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0

Change-Id: I7650a3ec31120ac5e7954f4c1ca985ad55d189b4
Reviewed-on: https://code.wireshark.org/review/1978
Reviewed-by: Pascal Quantin <>

a4c30618 06/04/2014 10:55 AM Pascal Quantin

Use -O2 option when compiling with MSVC

Change-Id: Ia2c14b782b1a73ecab41c25ed21e4fcf356f5ee3
Reviewed-on: https://code.wireshark.org/review/1948
Reviewed-by: Anders Broman <>

1f17d0c6 06/04/2014 12:26 AM AndersBroman

Use the -Ox compiler option.
Change-Id: I5d216d132485f6d2f8c63fa5a10b22e884e26b02
Reviewed-on: https://code.wireshark.org/review/1937
Reviewed-by: Evan Huus <>
Reviewed-by: Alexis La Goutte <>

285405a0 05/23/2014 04:57 PM Gerald Combs

1.11.4 → 1.99.0.

Change-Id: I5b0f713fdbc63e78f4f52177317c0e536aca3044
Reviewed-on: https://code.wireshark.org/review/1761
Reviewed-by: Gerald Combs <>

0a249087 05/16/2014 12:25 PM Gerald Combs

Build with GTK+ 2.24.23.

Change-Id: Ic5c385c0fcef4d40a8cb9e7a271d14eb80905460
Reviewed-on: https://code.wireshark.org/review/1665
Reviewed-by: Gerald Combs <>
Tested-by: Gerald Combs <>

aa5d9128 05/14/2014 11:45 AM Bill Meier

Add a comment indicating that 'PLATFORM' is apparently set only for X64.

Change-Id: I5248c421e53a4347789c076433af004697a1b682
Reviewed-on: https://code.wireshark.org/review/1637
Reviewed-by: Anders Broman <>

2981ae46 05/12/2014 06:17 PM Gerald Combs

Add default paths for the Qt online installer for Windows.

Change-Id: I55d1ad6e4cc14aa5f02597d2afc8512018181543
Reviewed-on: https://code.wireshark.org/review/1618
Reviewed-by: Gerald Combs <>

b31381dd 05/01/2014 11:10 AM Bill Meier

Add a comment re VS2013EE requiring that win32.mak needs to be separately obtained.

Change-Id: I53413f7bdde50149fd923bbe35c995145d5139f2
Reviewed-on: https://code.wireshark.org/review/1458
Reviewed-by: Bill Meier <>

791dd4e1 04/17/2014 03:38 AM Pascal Quantin

Use Lua 5.2.3 linked against MSVCR110.DLL when compiling with MSVC2012

Change-Id: I372ca3b6ad80ee5a3073d06bccd3986a6d7ba27f
Reviewed-on: https://code.wireshark.org/review/1176
Reviewed-by: Pascal Quantin <>
Reviewed-by: Anders Broman <>

d73d1f14 04/15/2014 01:29 PM Gerald Combs

1.11.3 → 1.11.4.

Change-Id: I0bf8792b9b524ae4d8e1022b234e2510972c7019
Reviewed-on: https://code.wireshark.org/review/1154
Reviewed-by: Gerald Combs <>

dae96ca7 04/09/2014 08:53 AM Pascal Quantin

Switch back Windows 32 bits build to GTK2

GTK3 does not work great on Windows:
- the GUI is quite ugly
- features like background color in filter box does not work
- x64 builds are still using GTK2
- no one is putting efforts on this to fix those issues
...

cc3c05ed 04/07/2014 01:54 AM Pascal Quantin

Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW gcc 4.3

Fixes bug 9957

Change-Id: Ibe38ec25be5cfdad98c53c8257b0a858529897f6
Reviewed-on: https://code.wireshark.org/review/991
Reviewed-by: Pascal Quantin <>...

590fcbc6 04/05/2014 06:41 PM Pascal Quantin

Upgrade Windows builds to Lua 5.2.3

Change-Id: Ie7fffa9d57b1b861ab57cc55259c79cf0e8ee0e0
Reviewed-on: https://code.wireshark.org/review/974
Reviewed-by: Pascal Quantin <>

757aa332 03/31/2014 02:48 PM Alexis La Goutte

Continue to remove $Id$ from top of file

(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash)

Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd
Reviewed-on: https://code.wireshark.org/review/881
Reviewed-by: Anders Broman <>

a1d4189c 03/29/2014 12:30 PM Pascal Quantin

Upgrade Windows builds to Lua 5.2.1

Change-Id: I5d2058673b69beb8393aae0571703cd9dbb79c4e
Reviewed-on: https://code.wireshark.org/review/863
Reviewed-by: Pascal Quantin <>
Tested-by: Pascal Quantin <>

dec951ef 03/03/2014 10:13 PM Bill Meier

(Trivial) Fix 2 typos; Reformat some long lines.

Change-Id: If7d009b7764e858bd210d613ac9af219e9e20464
Reviewed-on: https://code.wireshark.org/review/491
Reviewed-by: Bill Meier <>
Tested-by: Bill Meier <>

f9669809 02/07/2014 06:03 PM Gerald Combs

Replace "svn" with "git" all over the place.

Rename "SVNPATH" to "GITBRANCH" since that seems more appropriate.
Rename "svnversion.h" to "version.h" as Evan suggested. Update some
URLs. In make-version.pl, make sure we don't set an improper upstream
branch name. Use the number of commits + short hash from `git describe`...

d9c01853 02/02/2014 10:31 AM Graham Bloice

Improve windows build

Allows config.nmake to pick up settings from environment variables.
With the move to git I'm no longer happy with my permanently modified
copy of config.nmake, these changes allow the most often modified
values to be set from environment variables....

a40f824e 01/27/2014 02:22 PM Anders Broman

Make it easier to try GTK 3.6

svn path=/trunk/; revision=54986

c6022b3b 01/26/2014 07:56 AM Alexis La Goutte

Drop support of Visual Studio 2005

  • Remove _MSC_VER < 1500 check
  • Cleanup config.nmake

See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html

svn path=/trunk/; revision=54965

8db4bc24 01/16/2014 01:57 PM Gerald Combs

More Chocolatey lex/yacc updates.

Add Windows-style path handling to runlex.sh. Update the example
Chocolatey LEX path accordingly. This lets us use path information in
LEX and have it work in both nmake and runlex.sh

Add a FindChocolatey.cmake module. Update FindLEX and FindYACC to use it....

d5b706be 01/15/2014 08:28 PM Gerald Combs

Allow the use of Win flex-bison and document how to do that.

svn path=/trunk/; revision=54824

bf284da2 01/07/2014 11:35 PM Michael Mann

TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)

This is a VERY PRELIMINARY version of tfshark. It's an attempt to jumpstart FileShark and its architecture. Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)...

2fa2f632 01/03/2014 08:00 PM Gerald Combs

Add a note and commented-out definitions for Win flex-bison.

Alex Zhondin was kind enough to create a Chocolatey package for Win
flex-bison. Unfortunately a bug in Chocolatey's shell wrapper generator
keeps us from using it for the time being.

svn path=/trunk/; revision=54584

9e8306c7 12/23/2013 11:47 AM Bill Meier

Back out inadvertant change introduced in SVN #54340
to use GTK2 when building Windows Wireshark.

svn path=/trunk/; revision=54390

7d5a52f4 12/21/2013 02:12 PM Bill Meier

Add a comment as to a required change to CFLAGS
if Wireshark is ever to be built with Gtk >= 3.10.

svn path=/trunk/; revision=54340

acccbc79 12/02/2013 08:00 AM Jörg Mayer

nmake: Allow setting the wireshark base dir via env variable

svn path=/trunk/; revision=53718

24400000 12/01/2013 05:05 AM Jörg Mayer

- Rename PCAP_VERSION to WINPCAP_VERSION - the version of the underlying
pcap probably is different from the WinPcap version.
- Set WINPCAP_VERSION for cmake builds to "unknown"
- Oh, the NEWS file changed again.

svn path=/trunk/; revision=53690

16e27047 11/18/2013 12:41 PM Gerald Combs

1.11.2 → 1.11.3.

svn path=/trunk/; revision=53412

f772a268 11/15/2013 05:34 PM Gerald Combs

1.11.1 → 1.11.2.

svn path=/trunk/; revision=53346

4bff9d32 11/07/2013 02:42 AM Alexis La Goutte

Enable Packet Editor by default

svn path=/trunk/; revision=53132

1631f123 11/05/2013 04:49 PM Pascal Quantin

From robionekenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9375 :
Avoid a 'GetVersionEx deprecated' warning when compiling with MSVC2013

svn path=/trunk/; revision=53095

117a59d7 11/03/2013 07:22 AM Jörg Mayer

Pass the name of the sed executable as an explicit argurment to
runlex.sh (like it is done with LEX already). May fix a problem
on Windows with cmake.

svn path=/trunk/; revision=53059

cf9bbdec 10/20/2013 01:35 PM Pascal Quantin

From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9297 :
Add support for MSVC2013

svn path=/trunk/; revision=52716

7c2219f3 10/16/2013 01:32 PM Pascal Quantin

1.11.0 -> 1.11.1

svn path=/trunk/; revision=52647

fcff2c96 10/11/2013 08:12 PM Gerald Combs

QT_DIR → QT5_BASE_DIR. This matches the CMake environment.

svn path=/trunk/; revision=52557

383ed646 10/11/2013 07:52 PM Gerald Combs

Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.

svn path=/trunk/; revision=52556

2f067f20 10/10/2013 07:52 PM Gerald Combs

Use the right package name.

svn path=/trunk/; revision=52521

06a3d117 10/10/2013 07:45 PM Gerald Combs

Try to discover Qt similar to the way we discover Python.

svn path=/trunk/; revision=52520

b3c844fa 10/08/2013 07:03 PM Gerald Combs

Add an initial Qt configuration and makefile targets.

svn path=/trunk/; revision=52456

1394b21b 10/07/2013 12:49 AM Anders Broman

Try to fix Bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9227 "Fix build for VS 2012 (MSVC_VARIANT==MSVC2012EE)"

svn path=/trunk/; revision=52433

35f284ca 08/28/2013 01:33 PM Pascal Quantin

Revert file committed by accident

svn path=/trunk/; revision=51565

519a7778 08/28/2013 01:31 PM Pascal Quantin

Fix copy/paste error introduced in r51541 and spotted by Joerg

svn path=/trunk/; revision=51564

dc87fa2d 08/23/2013 06:18 PM Gerald Combs

Chocolatey wants to install NSIS in "c:\Program Files" no matter what. Try
to locate makensis automatically, similar to the way we locate Python.

svn path=/trunk/; revision=51497

e8d6b058 07/24/2013 02:48 PM Martin Kaiser

we have to make the manual change for gtk2 now

svn path=/trunk/; revision=50873

1c92cbf7 07/24/2013 01:29 PM Anders Broman

Don't enable GTK3 build on win32 - it's not working.

svn path=/trunk/; revision=50868

61e0e4d8 07/24/2013 11:54 AM Anders Broman

Make it possible to use GetProcessMemoryInfo on Windows.

svn path=/trunk/; revision=50865

18155bd1 07/24/2013 07:51 AM Jörg Mayer

Change default gtk build from version 2 to version 3 for
autotool, cmake and nmake.
No idea what it takes to change the visual project stuff

svn path=/trunk/; revision=50863

a6928241 07/19/2013 09:01 PM Gerald Combs

GeoIP 1.5.1.

svn path=/trunk/; revision=50742

59ef0c60 06/01/2013 09:05 AM Chris Maynard

Change a forward-slash to a back-slash as the path separator..

svn path=/trunk/; revision=49677

c0a41bb1 04/23/2013 01:40 PM Gerald Combs

Add a link to the latest CRT redistributables.

svn path=/trunk/; revision=49000

ea19c7f9 04/22/2013 01:59 PM Gerald Combs

1.9.3 → 1.11.0.

svn path=/trunk/; revision=48972

b60e41b9 03/28/2013 02:13 PM Gerald Combs

1.9.2 → 1.9.3.

svn path=/trunk/; revision=48627

4c87778b 03/18/2013 06:18 PM Gerald Combs

1.9.1 → 1.9.2.

svn path=/trunk/; revision=48406

f609d943 03/15/2013 01:00 PM Gerald Combs

Get release note conversion working on Windows.

svn path=/trunk/; revision=48321

fc6e505d 03/14/2013 08:08 PM Gerald Combs

Switch to Asciidoc for the release notes. The initial conversion from
Docbook was done using Pandoc and cleaned up by hand. Add an
asciidoc.conf which contains macros for linking to Wireshark bugs and
CVE IDs.

Remove the release-notes.chm target. I don't think we ever used it and...

7613251d 03/08/2013 08:20 PM Gerald Combs

Switch to WinPcap 4.1.3.

svn path=/trunk/; revision=48207

ac364779 03/08/2013 11:51 AM Gerald Combs

Switch to c-ares 1.9.1.

svn path=/trunk/; revision=48191

af4a5770 03/06/2013 03:56 PM Bill Meier

Always build with GDK_DISABLE_DEPRECATED, GDK_PIXBUF_DISABLE_DEPRECATED, GTK_DISABLE_DEPRECATED

Also: remove "experimental" comment from Win32 GTK3 build config;

(I'm not able to try the WIN64 GTK3 build so I've left that marked as experimental).

svn path=/trunk/; revision=48145

1ebdb2e5 03/01/2013 06:53 PM Balint Reczey

Export libwireshark symbols using WS_DLL_PUBLIC define

Also remove old WS_VAR_IMPORT define and related Makefile magic
everywhere in the project.

svn path=/trunk/; revision=47992

f14ad04d 02/20/2013 04:17 PM Gerald Combs

More 1.9.0 → 1.9.1 changes. Release note updates.

svn path=/trunk/; revision=47777

81a5be58 02/19/2013 05:57 PM Gerald Combs

Enable automatic updates for Win64. Fix a copy/paste error.

svn path=/trunk/; revision=47749

e48236a4 02/19/2013 05:21 PM Gerald Combs

Add automatic software update checks for Win32 using WinSparkle. Add
preferences (currently hidden) to disable updates, set the update
frequency, and set the update "channel" (stable vs development). Add a
"Help" menu item to manually check for updates.

svn path=/trunk/; revision=47748

fea25766 02/07/2013 04:59 PM Bill Meier

Add note re 'no problems to date' with VS2012 (VC11).

svn path=/trunk/; revision=47539

b6bd1893 12/28/2012 04:18 PM Bill Meier

Fixes & comments for building Wireshark with VS2012 (VC11)
1. Define 'APPVER' appropriately;
Prevents warning message:
LINK : warning LNK4010: invalid subsystem version number 5.0; default subsystem version assumed.
2. Add comment (& ToDo) re using VS2012 to build .exe which will also run on WIndows XP....

70f6c447 12/22/2012 05:18 PM Anders Broman

Define GTK_SCHEMAS_DIR

svn path=/trunk/; revision=46704

03282e62 12/22/2012 04:46 PM Anders Broman

Put back the 'right' GTK3 bundles

svn path=/trunk/; revision=46703

bcec004e 12/21/2012 10:43 AM Bill Meier

Remove redundant (commented out) definition for GTK_PKG
(introduced by me in SVN #46612).

svn path=/trunk/; revision=46677

c3040a04 12/19/2012 01:55 AM Anders Broman

Don't yse the new GTK3 bundle, it lacks the tools

svn path=/trunk/; revision=46614

acab4fe9 12/19/2012 01:52 AM Anders Broman

Use the new bundle

svn path=/trunk/; revision=46613

919c1927 12/18/2012 11:44 PM Bill Meier

Let's try using the new Win32 GTK2 bundle 2.24.14 (as suggested by Anders).

svn path=/trunk/; revision=46612

2977bde9 12/18/2012 06:58 AM Anders Broman

- Make dumpcap build with the new bundle.
- Use the correct bundle id for GTK3

svn path=/trunk/; revision=46586

4e254a90 12/18/2012 02:42 AM Anders Broman

Prepare to ubdate the GTK bundles

svn path=/trunk/; revision=46585

83845c00 11/13/2012 10:01 AM Jeff Morriss

vcredist_*.exe is, AFAICT, still optional yet config.nmake always defines the
variable for it. Since it's always defined but it's optional, don't check
for its existence.

svn path=/trunk/; revision=46022

b924cfed 10/19/2012 01:47 PM Gerald Combs

The U3 and PortableApps packaging processes depend on simple
defined/undefined checks. Create a bunch of them corresponding to the
various components that GTK2 and GTK3 need and plumb the packaging files
accordingly. Tested only with GTK2 but GTK3 should work....

df44255d 10/16/2012 10:03 AM Anders Broman

- Use PROGRAM_NAME in the unistaller too.
- Make it possible to set PROGRAM_NAME in environment.
- Update the comment about setting program name it should work now.

svn path=/trunk/; revision=45582

46484ff0 10/15/2012 11:31 AM Anders Broman

Start making the program name "wireshark" configurable.

svn path=/trunk/; revision=45558

0a1bbd55 10/15/2012 08:50 AM Anders Broman

Typos.

svn path=/trunk/; revision=45557

e0c02385 10/15/2012 04:32 AM Anders Broman

Building with GTK3 works.

svn path=/trunk/; revision=45555