aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-15 08:32:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-15 08:32:38 +0000
commite0c023859e1cb58f54fd2aa2920be1542a974705 (patch)
tree3a09c7c02139f0683ae92674c8ebe3a3d021ecf8 /config.nmake
parenta85e8b73a806d2512c212612477eeea3ee5180dd (diff)
Building with GTK3 works.
svn path=/trunk/; revision=45555
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index ee38fe5670..cc1de78e6e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -232,7 +232,7 @@ GLIB_VERSION=2.0
# If you want building with GTK+, set GTK_DIR to the pathname of the
# directory in which the "include" and "lib" directories reside.
#
-# Set the name to gtk3 if you want to use gtk3 - Not yet working
+# Set the name to gtk3 if you want to use gtk3 - experimental
GTK_NAME=gtk2
GTK_DIR=$(WIRESHARK_LIB_DIR)\$(GTK_NAME)