add an error message to the NSIS compiler output, if the MSVC_VARIANT setting is obviously wrong

svn path=/trunk/; revision=24439
This commit is contained in:
Ulf Lamping 2008-02-22 23:09:43 +00:00
parent 51b26f95f3
commit d171cddc77
1 changed files with 1 additions and 0 deletions

View File

@ -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"