www.digitalmars.com         C & C++   DMDScript  

c++.command-line - /SUBSYSTEM:xxxx linker command line switch

reply "George Blat" <georgeb nospam$brd.com> writes:
The linker accepts the /SU(bsystem) switch.

What are the acceptable parameters for this flag?

Are they the same as in Visual C++?

I could not find anything in the help.

George Blat
Jun 16 2003
parent "Walter" <walter digitalmars.com> writes:
"George Blat" <georgeb nospam$brd.com> wrote in message
news:bcksk9$25ei$1 digitaldaemon.com...
 The linker accepts the /SU(bsystem) switch.

 What are the acceptable parameters for this flag?

 Are they the same as in Visual C++?

 I could not find anything in the help.
The values accepted are: SUBSYSTEM [ NATIVE | WINDOWS | CONSOLE | POSIX ]
Jun 16 2003