NAnt SDK Documentation - v0.92 |
|
ClTask.GetObjOutputFile Method
Determines the file name of the OBJ file for the specified source file.
[Visual Basic]
Public Shared Function GetObjOutputFile( _
ByVal
srcFile As
String, _
ByVal
objectPath As
String _
) As
String
Parameters
-
srcFile
- The source file for which the OBJ file should be determined.
-
objectPath
- The path of the object file.
Return Value
The file name of the OBJ file for the specified source file.
See Also
ClTask Class | NAnt.VisualCpp.Tasks Namespace