Applies namespace settings to a filename
Source position: fpmkunit.pp line 1061
public procedure TPackage.ApplyNameSpaces( |
aEngine: TBuildEngine; |
aFileName: string; |
aTarget: TCompileTarget |
); |
aEngine: TBuildEngine; |
aTarget: TCompileTarget |
); |
aEngine |
|
Build engine for namespace processing |
aFileName |
|
Filename to apply namespace settings to |
aTarget |
|
Build target for namespace processing |
aEngine |
|
Build engine for namespace processing |
aTarget |
|
Build target for namespace processing |
Applies package namespace prefixes and transformations to a filename based on the current namespace settings and the specified build target. This supports namespaced unit organization and naming.