aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-16 08:16:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-16 08:16:40 +0000
commit688ffbb46469e03be205e4d1a15ab161c2bf34a4 (patch)
tree1b837adfe7d4a6f5e6eb209566f4ea6b753c8ba8 /packaging/nsis/Makefile.nmake
parent83092dca63007293eed2998ce1e089e7e0a1b28c (diff)
Use PROGRAM_NAME in more places.
Missing fro previous commit. svn path=/trunk/; revision=45576
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 c78a423ba7..487da70357 100644
--- a/packaging/nsis/Makefile.nmake
+++ b/packaging/nsis/Makefile.nmake
@@ -89,6 +89,7 @@ user-guide.chm::
if exist $(WIRESHARK_LIB_DIR)\user-guide\user-guide.chm xcopy $(WIRESHARK_LIB_DIR)\user-guide\user-guide.chm . /Y /D
NSIS_FLAGS=\
+ /DPROGRAM_NAME=$(PROGRAM_NAME) \
/DMAKEDIR=$(MAKEDIR) \
/DSTAGING_DIR=$(STAGING_DIR) \
/DWIRESHARK_TARGET_PLATFORM=$(WIRESHARK_TARGET_PLATFORM) \