be more verbose how to get VCREDIST_EXE

svn path=/trunk/; revision=30247
This commit is contained in:
Ulf Lamping 2009-10-02 09:26:52 +00:00
parent 801f0458e4
commit ab99aaf732
1 changed files with 2 additions and 1 deletions

View File

@ -851,7 +851,8 @@ MSVCR_DLL=$(PROGRAM_FILES)\Microsoft Visual Studio 9.0\VC\redist\$(VCREDIST_DLL)
!ENDIF
!IF DEFINED(VCREDIST_EXE) && ! EXIST("$(VCREDIST_EXE)")
!ERROR Can't find $(VCREDIST_EXE). Have you downloaded it from Microsoft?
!ERROR Can't find $(VCREDIST_EXE). Have you downloaded it from Microsoft? \
See the developer's guide section "C-Runtime "Redistributable" files" for details how to get it
!ENDIF
##### Advanced: Docbook/XML documentation generation #####