aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-11 19:12:17 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-11 19:12:17 +0000
commita7cef5b7c84148ac9affd2ce66cded2675f59a20 (patch)
tree6bb0a25d9bddc2729a0b886bafeb00a3a59d4ee9 /packaging/nsis/Makefile.nmake
parent965cb6384e1d760097e46adf1bbe89a5de778f96 (diff)
Prettify the WinPcap version display.
svn path=/trunk/; revision=48250
Diffstat (limited to 'packaging/nsis/Makefile.nmake')
-rw-r--r--packaging/nsis/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/nsis/Makefile.nmake b/packaging/nsis/Makefile.nmake
index fa132703e1..b583b17d20 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -98,6 +98,7 @@ NSIS_FLAGS=\
/DMSC_VER_REQUIRED=$(MSC_VER_REQUIRED) \
/DWIRESHARK_LIB_DIR=$(WIRESHARK_LIB_DIR) \
/DPCAP_VERSION=$(PCAP_VERSION) \
+ /DPCAP_DISPLAY_VERSION=$(PCAP_VERSION:_=.) \
!IFDEF MSVCR_DLL
/DMSVCR_DLL="$(MSVCR_DLL)" \
!ENDIF