Equivalent to some DMD arguments.

Julio César Carrascal Urquijo jcesar at phreaker.net
Thu May 31 15:01:00 PDT 2007


Gregor Richards wrote:
> This isn't how .dll's are done with GDC. No static import library is 
> necessary, you can link a binary directly against the .dll, and the 
> imports are generated on-the-fly.
> 
> Wouldn't it be great if all Windows compilers were this smart?

Wow. I didn't knew that. Great!.


>>
>> -H, -Hf and -Hd
>> Generate interface files.
> 
> I'd recommend you just use gdmd, but otherwise:
> -fintfc
> -fintfc-dir=
> -fintfc-file=

Thank you and all of the responders. That's all that needed.


More information about the D.gnu mailing list