- Fixed EDKT146; The override warning message has been reduced to almost none.

- Changed MakeDeps tool to generate .dep file which can be used directly by ANT task wrapper
- Made several code optimizations and format clean



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1324 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36
2006-08-18 10:25:20 +00:00
parent e485bb4bff
commit 1fa1cb752a
8 changed files with 185 additions and 173 deletions

View File

@@ -652,9 +652,6 @@ Returns:
//
// Go through the symbols and do replacements
//
strcpy (Str, TargetFileName);
ReplaceSymbols (Str, sizeof (Str));
fprintf (mGlobals.OutFptr, "%s : ", Str);
strcpy (Str, DependentFile);
ReplaceSymbols (Str, sizeof (Str));
fprintf (mGlobals.OutFptr, "%s\n", Str);