Last update Jan 31, 2003
For specific information about compatibility with Microsoft and Borland compiler options, see Switching to Digital Mars C++.
CL
Converts a Microsoft C compiler command line to a Digital Mars C++
compiler command line and then runs dmc with those options that
most closely approximate the original command to cl.
cl's command syntax is the same as for Microsoft's cl command.
To see what dmc command line cl generates in response to a cl
command, type the cl command line without specifying any files.
cl prints the corresponding dmc command line to stdout.
BCC
Converts a Borland C++ compiler command line to a Digital Mars C++
compiler command line and then runs dmc with those options that
most closely approximate the original command to bcc.
bcc's command syntax is the same as that for Borland's bcc compiler.
To see which dmc command line bcc generates in response to a bcc command, type the bcc command line without specifying any files. bcc prints the corresponding dmc command line to stdout.