[Issue 11035] Bad solution dependencies to C++ projects

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 2 06:19:47 PDT 2014


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

--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> ---
Visual D 0.3.39 now contains a workaround: if the second output of a dependent
project contains a '$', then it is ignored, unless it has extension ".lib" and
the first output is not a ".lib". In that case, an import library with the same
base name as the first output is assumed.

Try it in
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-beta1

--


More information about the Digitalmars-d-bugs mailing list