return new InlineResource(BldProject.this, bPath);
}
else if (bPath.startsWith("{"))
{
bPath = bPath.substring(1, bPath.length() - 1);
return new PreprocessedResource(BldProject.this, bPath, fsPath);
}
else
{
return new StandardResource(BldProject.this, bPath, fsPath);
}