c++.command-line - /SUBSYSTEM:xxxx linker command line switch
- George Blat (5/5) Jun 16 2003 The linker accepts the /SU(bsystem) switch.
- Walter (4/8) Jun 16 2003 The values accepted are:
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
"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