[Issue 12723] Support compiling C/C++ files in D projects

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 13 15:09:59 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12723

Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
You can do this with the custom build tool, including adding dependencies and
output filename to be added to the link. The commnd line can be set once for
all configurations or differently for each configuration.

I'm not sure explicite support for C/C++ files is worth the effort. Without
implementing controls for all the compiler options, you'll have to specify most
of the command line yourself anyway.

--


More information about the Digitalmars-d-bugs mailing list