Add some instructions if it still doesn't work.

This commit is contained in:
Unknown W. Brackets 2013-03-03 02:18:24 -08:00
parent 66e4c4d824
commit fe16a70ea7

View file

@ -44,6 +44,7 @@ if exist "%GIT_VERSION_FILE%" (
%GIT% describe --always > NUL 2> NUL
if errorlevel 1 (
echo Unable to update git-version.cpp, git not found.
echo If you don't want to add it to your path, set the GIT environment variable.
echo // This is a generated file. > "%GIT_VERSION_FILE%"
echo. >> "%GIT_VERSION_FILE%"