The OpenD Programming Language

glossary

Articles

Glossary
module glossary.dd

$(DL

ACC (Associated C Compiler)
The D compiler is matched to the Associated C Compiler. For example, on Win32 ImportC is matched to the Digital Mars C compiler, and can be matched to the Visual C compiler using the command line switch -m32mscoff. Win64 ImportC is matched to the Visual C compiler. On Posix targets, the matching C compiler is Gnu C or Clang C.