On Thursday, 19 September 2019 at 19:10:26 UTC, Mike Parker wrote:
On Thursday, 19 September 2019 at 18:28:25 UTC, Shadowblitz16 wrote:I mean I don't want to have multiple dependency dll's but instead just my own dll with the dependencies packed inside.of course dll is only for windows so I would like this done for mac and linux tooThen statically link all your dependencies.
ok cool I will look into this.