www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - weak linking

reply Trass3r <un known.com> writes:
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
next sibling parent "Trass3r" <un known.com> writes:
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
prev sibling parent "Martin Nowak" <dawg dawgfoto.de> writes:
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