aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2009-09-20Bump version number after release of first development snapshot.Jaap Keuter1-1/+1
svn path=/trunk/; revision=30007
2009-09-17Install the CRT DLLs using the Visual C++ Redistributable PackageGerald Combs1-2/+12
(vcredist_x64.exe) on Win64. This should fix bug 4024. svn path=/trunk/; revision=29977
2009-09-17Fix the Freetype DLL name on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=29972
2009-09-17Try to get the win64 build going.Anders Broman1-2/+2
svn path=/trunk/; revision=29967
2009-09-17Make the new packet list the default build choice.Anders Broman1-1/+1
svn path=/trunk/; revision=29964
2009-09-17Use latest GTK suport libs.Anders Broman1-6/+6
svn path=/trunk/; revision=29962
2009-09-17Try to fix the build.Gerald Combs1-6/+12
svn path=/trunk/; revision=29952
2009-09-16Use the latest GTK packages.Anders Broman1-6/+18
svn path=/trunk/; revision=29943
2009-08-30Remove superfluous config parametersKovarththanan Rajaratnam1-4/+0
svn path=/trunk/; revision=29633
2009-08-29We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam1-2/+0
svn path=/trunk/; revision=29616
2009-08-29Simplify logic wrt. PANGO_INST_VERSIONKovarththanan Rajaratnam1-7/+1
svn path=/trunk/; revision=29613
2009-08-29Simplify logic wrt. GTK_INST_VERSIONKovarththanan Rajaratnam1-21/+1
svn path=/trunk/; revision=29612
2009-08-29Remove GCC_GLIB_CFLAGS. It isn't being usedKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29611
2009-08-28Indicate where the some of the macros are usedKovarththanan Rajaratnam1-12/+22
svn path=/trunk/; revision=29596
2009-08-28Use GTK+ 2.16.5 and Glib 2.20.4.Anders Broman1-4/+4
svn path=/trunk/; revision=29593
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically ↵Kovarththanan Rajaratnam1-4/+0
linked win-iconv instead svn path=/trunk/; revision=29580
2009-08-26Add a compile-time option to use a separate thread for reading fromGerald Combs1-0/+1
pipes. Enable this by default on Windows. Remove code that tried to use WaitForSingleObject on a pipe (which Windows doesn't support). Use native file handles and system calls on Windows (which fixes a problem with partial reads I ran into during testing). This should fix bug 1759. svn path=/trunk/; revision=29574
2009-08-26Reorder so that mandatory requirements appear in successionKovarththanan Rajaratnam1-20/+22
svn path=/trunk/; revision=29560
2009-08-26win-iconv is statically linked as part of Glib >= 2.14.5, so remove it from ↵Kovarththanan Rajaratnam1-16/+0
config.nmake svn path=/trunk/; revision=29559
2009-08-07Back out r29323. The non fully qualified path seems to work for everyone ↵Kovarththanan Rajaratnam1-1/+1
else so don't mess with it. svn path=/trunk/; revision=29324
2009-08-07Use fully qualified path to bashKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29323
2009-07-26Revert change by mistake.Anders Broman1-1/+1
svn path=/trunk/; revision=29201
2009-07-26From Kovarththanan Rajaratnam:Anders Broman1-1/+1
- Don't issue a row_inserted signal. Rely on our caller to have disconnected the model from the view. - Removing col_fmt from row_data. It wasn't being used. If we need to store the column format in the future that should probably be placed in the PacketList instead of the PacketListRecord 2) Remove double allocation of col_text. Now we allocate it in new_packet_list_append() and pass it on to packet_list_append_record() 3) Use se_alloc instead of se_alloc0 because we explictly set all the parameters we use. svn path=/trunk/; revision=29199
2009-07-16/MP also works with 2008EEJeff Morriss1-11/+11
svn path=/trunk/; revision=29116
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-0/+16
for MSVC variant 2008 only. As suggested by Bill Meier. svn path=/trunk/; revision=29114
2009-07-06Revert checkin made by misstake(don't use new packet list).Anders Broman1-1/+1
svn path=/trunk/; revision=28949
2009-07-03Fix:Anders Broman1-1/+1
packet-ndmp.c:562: warning: unused parameter 'pinfo' svn path=/trunk/; revision=28936
2009-07-01Sligtly modify Stig's fix, I forgot the makefile change :-(Anders Broman1-1/+4
svn path=/trunk/; revision=28906
2009-07-01Try to fix HAVE_NEW_PACKET_LIST handling.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=28905
2009-07-01Make it possible to configure use of NEW_PACKET_LIST and fixAnders Broman1-0/+4
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h svn path=/trunk/; revision=28903
2009-06-13Update to you the latest UPX executable/dll compressor.Graeme Lunt1-1/+1
svn path=/trunk/; revision=28718
2009-06-10Update to the GnuTLS 2.8.1Tomas Kukosa1-4/+2
svn path=/trunk/; revision=28689
2009-06-10Update the GTK+/GLib libraries.Gerald Combs1-9/+8
svn path=/trunk/; revision=28688
2009-06-10Update the GTK+/GLib libraries.Gerald Combs1-5/+5
svn path=/trunk/; revision=28686
2009-06-10Upgrade to KFW 3.2.2.Gerald Combs1-2/+2
svn path=/trunk/; revision=28684
2009-06-09Update KFW to 2.6.5.Gerald Combs1-3/+3
svn path=/trunk/; revision=28683
2009-05-26Move the trunk to 1.3.Gerald Combs1-2/+2
svn path=/trunk/; revision=28495
2009-05-08Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKTomas Kukosa1-0/+6
svn path=/trunk/; revision=28314
2009-04-27Use GTK+ 2.16.1-1Anders Broman1-2/+2
svn path=/trunk/; revision=28180
2009-04-17Use the CRT version appropriate for our target architecture.Gerald Combs1-5/+7
svn path=/trunk/; revision=28079
2009-04-16Check for the existence of a couple of directories and add variables for DLLGerald Combs1-0/+6
names. svn path=/trunk/; revision=28070
2009-04-16Fix (and likely re-break) the Windows builds:Gerald Combs1-1/+1
- Use the latest WinPcap Developer's Pack. - In file_dlg_win32.c, try to fix Visual C++ 6.0 compilation. - #if 0 out a bunch of definitions in capture_if_details_dlg_win32.c that already exist in Ntddndis.h. svn path=/trunk/; revision=28067
2009-03-20Switch back to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27810
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs1-1/+1
svn path=/trunk/; revision=27807
2009-03-19Use GTK 2.16 and glib 2.20.Anders Broman1-9/+21
svn path=/trunk/; revision=27796
2009-03-18Fix the Lua path on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=27777
2009-03-18Move to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27767
2009-03-17Revert the changes, it blows up when resizeing windows...Anders Broman1-21/+9
svn path=/trunk/; revision=27764
2009-03-17Use GTK 2.16 and glib 2.20.Anders Broman1-9/+21
svn path=/trunk/; revision=27762
2009-03-11Use WIRESHARK_TARGET_PLATFORM instead of PLATFORM.Gerald Combs1-7/+7
svn path=/trunk/; revision=27701