aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ws-manifest.pl
AgeCommit message (Collapse)AuthorFilesLines
2013-08-31Qt5 on Windows needs platforms/qwindows.dll as well.Gerald Combs1-0/+1
svn path=/trunk/; revision=51609
2013-05-01Add global profiles.Gerald Combs1-0/+2
svn path=/trunk/; revision=49127
2012-10-26From Sho Amano via bug 7914: Gerald Combs1-7/+8
If the source codes are checked out using TortoiseSVN on Windows, "nmake -f Makefile.nmake packaging_papps" fails in the middle. This is because the line end of packaging\nsis\wireshark.nsi is CRLF in this case, and ws-manifest.pl cannot handle such case. svn path=/trunk/; revision=45798
2012-10-19The U3 and PortableApps packaging processes depend on simpleGerald Combs1-9/+5
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. svn path=/trunk/; revision=45659
2012-10-15See if we can build u3 pacakage with GTK3.Anders Broman1-0/+2
svn path=/trunk/; revision=45552
2012-06-14More NSIS cleanup.Gerald Combs1-1/+1
svn path=/trunk/; revision=43261
2012-06-13Don't add uninstall.exe to the U3/PortableApps manifest. DefineGerald Combs1-0/+2
STAGING_DIR. Update some makefile dependencies. svn path=/trunk/; revision=43244
2011-08-28I guess this is the right thing to do with the "ui" directory to put itGuy Harris1-0/+1
into the U3 package. svn path=/trunk/; revision=38764
2010-03-25Set svn:executable property for some .py and .pl filesBill Meier1-0/+0
svn path=/trunk/; revision=32287
2009-06-02Update to install latest WinPcap and silently install/uninstall the Visual ↵Graeme Lunt1-2/+3
C++ 2008 Redistributable. svn path=/trunk/; revision=28594
2009-05-21Strip single quotes around our output paths. This should fix the currentGerald Combs1-0/+1
U3 buildbot failure. svn path=/trunk/; revision=28438
2008-09-09Fix U3 packaging. Build 1.1.0 again in order to pick up the new GLib/GTK+Gerald Combs1-15/+19
libraries. svn path=/trunk/; revision=26168
2008-04-09Change of GTK variable name (GTK2_LIB_DIR => GTK_LIB_DIR)Graeme Lunt1-2/+2
svn path=/trunk/; revision=24865
2008-02-17Added $(GTK2_LIB_DIR)\loaders to some makefiles in an attempt to fix theStig Bjørlykke1-0/+1
u3 and portableapp build. svn path=/trunk/; revision=24369
2008-01-04A script to generate a generic manifest file from the nsis/wireshark.nsi.Graeme Lunt1-0/+102
The U3 and portableapps packaging will use this generic manifest to package the correct set of components. Thus all three packages will be kept in sync. svn path=/trunk/; revision=24011