aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-27 05:04:29 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-27 05:04:29 +0000
commit5417edcfdc2476f9df5344d2d0c6952314553811 (patch)
treed6c8e3d82e1090cd1b3a70b8d29feea404989b0e /packaging/nsis/Makefile.nmake
parentfb37e926f6d64c0e0a93c0343f29a1879e5533bf (diff)
Windows: remove all references to ICONV_DIR, because we use the statically linked win-iconv instead
svn path=/trunk/; revision=29580
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index 9ed15363fc..5fb9ee1377 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -117,9 +117,6 @@ wireshark-$(WIRESHARK_TARGET_PLATFORM)-$(VERSION).exe : user-guide.chm $(NSI) $(
/DGTK_WIMP_RCDST_DIR=$(GTK_WIMP_RCDST_DIR) \
/DGTK_WIMP_RCSRC_DIR=$(GTK_WIMP_RCSRC_DIR) \
/DGLIB_DIR=$(GLIB_DIR) \
-!IFDEF ICONV_DIR
- /DICONV_DIR=$(ICONV_DIR) \
-!ENDIF
/DGETTEXT_DIR=$(GETTEXT_DIR) \
/DGETTEXT_DLL=$(GETTEXT_DLL) \
/DVERSION=$(VERSION) \