Ticket #79 (new enhancement)
Opened 16 years ago
Command line "resource" options
Reported by: | Chuck | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | command-line | Cc: |
Description
Implement the various "resource" options of the C# compiler:
-linkresource:FILE[,ID] Links FILE as a resource (short: -linkres)
-resource:FILE[,ID] Embed FILE as a resource (short: -res)
-win32res:FILE Specifies Win32 resource file (.res)
-win32icon:FILE Use this icon for the output
Ideally, make sure they work (or at least compile) on both .NET and Mono.
Currently, users can work around this deficiency with the -sharp-args option. See cobra -h for help.
Note: See
TracTickets for help on using
tickets.