aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-22 23:09:43 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-02-22 23:09:43 +0000
commitb381df375867791401e31c73304221d81826ee67 (patch)
tree796b66308830e5ef99ca21424d15f3e2006ffaa8 /packaging/nsis
parent824933910670b7c29752879f4c48ca15aad446f9 (diff)
add an error message to the NSIS compiler output, if the MSVC_VARIANT setting is obviously wrong
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24439 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/wireshark.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 87391a4a38..444079da67 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -364,6 +364,7 @@ DetailPrint "vcredist_x86 returned $0"
!else
!ifdef MSVCR_DLL
; msvcr*.dll (MSVC V7 or V7.1) - simply copy the dll file
+!echo "IF YOU GET AN ERROR HERE, check the MSVC_VARIANT setting in config.nmake: MSVC2005 vs. MSVC2005EE!"
File "${MSVCR_DLL}"
!else
!if ${MSVC_VARIANT} != "MSVC6"