To fix EDKT341. Still existing issues for VfrCompile.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1633 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -61,6 +61,8 @@ public class UserDefineDef extends ProcessorDef {
|
||||
private String outputFile;
|
||||
|
||||
private Vector allLibraries = new Vector();
|
||||
|
||||
private String dpath = null;
|
||||
|
||||
public void addLibset(LibrarySet libset) {
|
||||
if (isReference()) {
|
||||
@ -293,4 +295,12 @@ public class UserDefineDef extends ProcessorDef {
|
||||
this.outputDelimiter = outputDelimiter;
|
||||
}
|
||||
|
||||
public String getDpath() {
|
||||
return dpath;
|
||||
}
|
||||
|
||||
public void setDpath(String dpath) {
|
||||
this.dpath = dpath;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user