DIP45: fixing the dllimport/dllexport issue

Benjamin Thaut code at benjamin-thaut.de
Thu Sep 19 04:58:50 PDT 2013


Am 12.09.2013 07:54, schrieb Rainer Schuetze:
>
>
> This sounds interesting. Stripping an existing library isn't even needed
> because it is normally never created with exports anyway (-lib implies
> that no exports are created to start with). Stripping object files might
> be necessary, though, in case they have been built separately with -c.

Can't we get around stripping object files by always using -c together 
with -lib in case the object file is supposed to go into a static library?


More information about the Digitalmars-d mailing list