Display what's going on.

This commit is contained in:
Christopher Faylor 2000-06-21 05:04:56 +00:00
parent 32454a4817
commit b2a2fdbaa7
1 changed files with 2 additions and 1 deletions

View File

@ -172,4 +172,5 @@ fi
echo "Version $cygwin_ver"
set -$- $builddate
$windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o
set -x
exec $windres --include-dir $dir/../w32api/include --include-dir $dir/include --define CYGWIN_BUILD_DATE="$1" --define CYGWIN_BUILD_TIME="$2" --define CYGWIN_VERSION='"'"$cygwin_ver"'"' $rcfile winver.o