#pragma comment (lib, ...)

Walter Bright newshound2 at digitalmars.com
Wed Oct 10 16:18:35 PDT 2012


On 10/10/2012 11:56 AM, Dmitry Olshansky wrote:
> BTW making the smart linker driver should be relatively easy: just get the
> special section contents out of passed object files and turn that into a full
> blown set of flags for a dumb linker.

Not that easy. You'd have to do it also with the objects pulled in from library 
files. Essentially, you have to implement most of the linker to do that.

Not worth it.




More information about the Digitalmars-d mailing list