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
parent 422187a877
commit c52a2b0af5

View File

@ -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