Summary
Determines the file name of the OBJ file for the specified source
file.
- Assembly
- NAnt
.VisualCpp .dll - Namespace
- NAnt
.VisualCpp .Tasks - Containing Type
- ClTask
Syntax
public static string GetObjOutputFile(string srcFile, string objectPath)
Parameters
| Name | Type | Description |
|---|---|---|
| srcFile | string | The source file for which the OBJ file should be determined. |
| objectPath | string | The path of the object file. |
Return Value
| Type | Description |
|---|---|
| string | The file name of the OBJ file for the specified source file. |
