Adding object files to dub build?

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Tue Jan 14 11:16:31 PST 2014


On Monday, 13 January 2014 at 20:48:11 UTC, Jesse Phillips wrote:
> I have a pre-built sqlite3 object file which I'd like to 
> include as part of the linking for the final executable. I have 
> been unable to find a way to do this with dub.
>
> I have attempted adding:
>     "sourceFiles": ["csqlite3.obj"],

Utilizing sourceFiles works in 0.9.20 and newer.


More information about the Digitalmars-d-learn mailing list