summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-11-13 06:11:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-11-13 06:11:24 +0000
commit21e67b4fa182ab3aaa688797f871ea504462b1c1 (patch)
tree0d5247720387030391fca9ef50e2567b284d4859 /Makefile.nmake
parent7d5b98c77af733a8d8f4802f898b851ea75a8c11 (diff)
downloadwireshark-21e67b4fa182ab3aaa688797f871ea504462b1c1.tar.gz
Use glib-2.14.3
svn path=/trunk/; revision=23440
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 773d5b9cd4..fcebb5bb71 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -632,9 +632,9 @@ process_libs:
if not exist $(WIRESHARK_LIBS) md $(WIRESHARK_LIBS)
!IF "$(GTK2_INST_VERSION)" == "2.12"
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- glib gtk2.12/glib-2.14.2.zip
+ glib gtk2.12/glib-2.14.3.zip
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- glib gtk2.12/glib-dev-2.14.2.zip
+ glib gtk2.12/glib-dev-2.14.3.zip
!ELSEIF "$(GTK2_INST_VERSION)" == "2.10"
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
glib gtk2.10/glib-2.12.13.zip