www.digitalmars.com         C & C++   DMDScript  

c++ - Link with option /Subsystem:Native

reply "George Blat" <georgeb nospam$brd.com> writes:
The linker seems to accept the /SU(bsystem) switch. What are the acceptable
options for this flag? Is native one of them?

Walter, thanks a millon for your remarkable compiler package.

George Blat
Jun 13 2003
parent "Walter" <walter digitalmars.com> writes:
"George Blat" <georgeb nospam$brd.com> wrote in message
news:bcec05$2flf$1 digitaldaemon.com...
 The linker seems to accept the /SU(bsystem) switch. What are the
acceptable
 options for this flag? Is native one of them?
The values accepted are: SUBSYSTEM [ NATIVE | WINDOWS | CONSOLE | POSIX ]
 Walter, thanks a millon for your remarkable compiler package.
You're welcome!
Jun 16 2003