summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.nmake42
1 files changed, 22 insertions, 20 deletions
diff --git a/config.nmake b/config.nmake
index 0e03725d6c..74b8134f3e 100644
--- a/config.nmake
+++ b/config.nmake
@@ -174,6 +174,17 @@ GTK_INST_VERSION=2.16
PANGO_INST_VERSION=1.24
#
+# Mandatory for GTK >= 2: Gettext
+#
+# Set GETTEXT_DIR to the directory in which the
+# GETTEXT include files and library resides.
+#
+#GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.14.5
+GETTEXT_PKG=-runtime-0.17-1
+GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-runtime-0.17-1
+GETTEXT_DLL=intl.dll
+
+#
# Optional: WinPcap developer's pack to capture network traffic.
#
# If you have the WinPcap developer's pack (at least version 3.0),
@@ -310,16 +321,6 @@ PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v19_2
PORTAUDIO_VERSION=19
#
-# Mandatory for GTK >= 2: Gettext
-#
-# Set GETTEXT_DIR to the directory in which the
-# GETTEXT include files and library resides.
-#
-#GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.14.5
-GETTEXT_PKG=-runtime-0.17-1
-GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-runtime-0.17-1
-GETTEXT_DLL=intl.dll
-#
# Optional: AirPcap developer's pack to capture wireless network traffic
# incl. 802.11 management frames.
#
@@ -394,6 +395,17 @@ GTK_INST_VERSION=2.16
PANGO_INST_VERSION=1.24
#
+# Mandatory for GTK >= 2: Gettext
+#
+# Set GETTEXT_DIR to the directory in which the
+# GETTEXT include files and library resides.
+#
+#GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.14.5
+GETTEXT_PKG=_0.17-1_win64
+GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.17-1
+GETTEXT_DLL=libintl-8.dll
+
+#
# Optional: WinPcap developer's pack to capture network traffic.
#
# If you have the WinPcap developer's pack (at least version 3.0),
@@ -530,16 +542,6 @@ PORTAUDIO_DIR=$(WIRESHARK_LIBS)\portaudio_v19_2
PORTAUDIO_VERSION=19
#
-# Mandatory for GTK >= 2: Gettext
-#
-# Set GETTEXT_DIR to the directory in which the
-# GETTEXT include files and library resides.
-#
-#GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.14.5
-GETTEXT_PKG=_0.17-1_win64
-GETTEXT_DIR=$(WIRESHARK_LIBS)\gettext-0.17-1
-GETTEXT_DLL=libintl-8.dll
-#
# Optional: AirPcap developer's pack to capture wireless network traffic
# incl. 802.11 management frames.
#