Prints the name of the target being built as well.

This commit is contained in:
beard%netscape.com 1998-11-12 19:34:14 +00:00
Родитель 422187a877
Коммит c52a2b0af5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -237,7 +237,7 @@ sub build_project($$$)
die "### Can't find project file \"$project_path\".\n";
}
print "Building \"$project_path\"\n";
print "Building \"$project_path\[$target_name\]\"\n";
$had_errors = CodeWarriorLib::build_project(
$project_path, $target_name, $recent_errors_file, $clean_build