- 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user