-dylib vs -dll

Forum for discussion about the documentation project.
Post Reply
speedfixer
Posts: 609
Joined: Nov 28, 2012 1:27
Location: CA, USA moving to WA, USA
Contact:

-dylib vs -dll

Post by speedfixer »

Just for clariity, is there any difference between these two options?

david
Imortis
Moderator
Posts: 1981
Joined: Jun 02, 2005 15:10
Location: USA
Contact:

Re: -dylib vs -dll

Post by Imortis »

According to the wiki: nothing.
-dll
Create a DLL, including the import library. (Same as -dylib)
-dylib
Create a DLL, including the import library
fxm
Moderator
Posts: 12576
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: -dylib vs -dll

Post by fxm »

Updated the two documentations pages:
CompilerOptdll → fxm [same as '-dylib']
CompilerOptdylib → fxm [same as '-dll']
Post Reply