aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 21:40:41 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-01 21:40:41 +0000
commitb9d7143f56048f272d559baf4b3d181e561573f4 (patch)
treebf0fcc03b2ddc3de50720f194bef5aae50f92e96 /config.nmake
parent251252fecd61b3ee472885b370e45f1451264ed1 (diff)
From Thomas Anders dissects the RTP Payload Type (if media protocol is RTP/AVP)
with its descriptive name rather than the raw value string, much like packet-rtp.c does already. To avoid duplicate definitions, the existing rtp_payload_type_vals[] definition is moved from packet-rtp.c and gtk/rtp_stream_dlg.c to rtp_pt.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11060 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index 618c31674c..4e333a01a9 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.89 2004/05/23 22:21:30 guy Exp $
+# $Id: config.nmake,v 1.90 2004/06/01 21:40:41 etxrab Exp $
VERSION=0.10.4
#
@@ -54,7 +54,7 @@ GLIB_DIR=$(ETHEREAL_LIBS)\glib
# reside.
#
GTK1_DIR=$(ETHEREAL_LIBS)\gtk+
-#GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
+GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
# Declare the version of your gtk2 and pango. (MAJOR + MINOR Version number
# but without MICRO version number)
@@ -70,7 +70,7 @@ PANGO_INST_VERSION=1.2
# If you don't have GTK-Wimp, comment this line out, so that GTK-Wimp isn't
# defined.
#
-#GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
+GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
#
# If you have Zlib, set this to the pathname of the directory in
@@ -134,7 +134,7 @@ LOCAL_CFLAGS=/Zi /W3
LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version
-PDB_FILE=vc*.pdb
+PDB_FILE=vc60.pdb
# Set path if you need to find some binary
PATH=c:\cygwin\bin;c:\python23;$(PATH)