digitalmars.D - weak linking
- Trass3r (4/4) Jan 27 2012 I guess weak linking could be easily achieved with gdc's pragma
- Trass3r (2/6) Jan 29 2012 anyone?
- Martin Nowak (3/7) Jan 29 2012 You would need to implement a pragma for dmd to do that.
I guess weak linking could be easily achieved with gdc's pragma setattribute weak. But what about dmd? (Or ldc?) And is it also possible on Windows?
Jan 27 2012
On Saturday, 28 January 2012 at 00:59:17 UTC, Trass3r wrote:I guess weak linking could be easily achieved with gdc's pragma setattribute weak. But what about dmd? (Or ldc?) And is it also possible on Windows?anyone?
Jan 29 2012
On Sat, 28 Jan 2012 01:59:15 +0100, Trass3r <un known.com> wrote:I guess weak linking could be easily achieved with gdc's pragma setattribute weak. But what about dmd? (Or ldc?) And is it also possible on Windows?You would need to implement a pragma for dmd to do that. Not sure about windows.
Jan 29 2012