https://issues.dlang.org/show_bug.cgi?id=12723
Rainer Schuetze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Rainer Schuetze <[email protected]> --- 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. --
