www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Dub and libraries

reply Russel Winder <russel winder.org.uk> writes:
Is it the case that, for library things on the Dub repository, Dub will
only create library archives, .a, that it is unable to create shared
objects and DLLs?

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk
Jan 04 2018
parent Arek <arychlinski gmail.com> writes:
On Thursday, 4 January 2018 at 19:05:59 UTC, Russel Winder wrote:
 Is it the case that, for library things on the Dub repository, 
 Dub will only create library archives, .a, that it is unable to 
 create shared objects and DLLs?
If they have "targetType" set to "dynamicLibrary" dub creates shared libraries. https://code.dlang.org/package-format?lang=sdl#target-types
Jan 05 2018