Skip to content

Commit

Permalink
be more verbose how to get VCREDIST_EXE
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=30247
  • Loading branch information
ulflulfl committed Oct 2, 2009
1 parent 801f045 commit ab99aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 #####
Expand Down

0 comments on commit ab99aaf

Please sign in to comment.