Compiles resources using rc.exe
, Microsoft's Win32 resource compiler.
For a list of all members of this type, see RcTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.VisualCpp.Tasks.RcTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Compile text.rc
to text.res
using the default options.
<rc rcfile="text.rc" output="text.res" />
Compile text.rc
, passing an additional option.
<rc rcfile="text.rc" options="/r"/>
Namespace: NAnt.VisualCpp.Tasks
Assembly: NAnt.VisualCppTasks (in NAnt.VisualCppTasks.dll)
RcTask Members | NAnt.VisualCpp.Tasks Namespace