Sync TOOLS_DEF's attribute definitions. Since there are two copy attribute definitions in ToolDefinitions.java and ToolChainAttribute.java, remove one and only keep one definitions.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1755 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
wuyizhong
2006-10-16 07:40:59 +00:00
parent 51f9486371
commit b0a8056223
4 changed files with 9 additions and 59 deletions

View File

@ -81,6 +81,8 @@ public class ToolDefinitions {
public final static String TOOLS_DEF_ATTRIBUTE_EXT = "EXT";
public final static String TOOLS_DEF_ATTRIBUTE_FAMILY = "FAMILY";
public final static String TOOLS_DEF_ATTRIBUTE_FLAGS = "FLAGS";
public final static String TOOLS_DEF_ATTRIBUTE_LIBPATH = "LIBPATH";
public final static String TOOLS_DEF_ATTRIBUTE_INCLUDEPATH= "INCLUDEPATH";
///
/// Tool Chain Families in the Tools Definition file