Table D-5. C++ compiler common uses
|
/CLR
|
This option flags the compiler to compile .NET-runtime managed code.
|
/entry:methodname
|
For C++ managed code, this link setting should point to the main
entry-point function.
|
/link
|
This option combines the compile and link steps.
|
/subsystem:|windows|windowsce|console|
|
This link option specifies the type of output.
|
/out:filename
|
This option allows for the output filename.
|