Just for clariity, is there any difference between these two options?
david
-dylib vs -dll
-
- Posts: 609
- Joined: Nov 28, 2012 1:27
- Location: CA, USA moving to WA, USA
- Contact:
Re: -dylib vs -dll
According to the wiki: nothing.
-dll
Create a DLL, including the import library. (Same as -dylib)
-dylib
Create a DLL, including the import library
Re: -dylib vs -dll
Updated the two documentations pages:
CompilerOptdll → fxm [same as '-dylib']
CompilerOptdylib → fxm [same as '-dll']
CompilerOptdll → fxm [same as '-dylib']
CompilerOptdylib → fxm [same as '-dll']