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 too
Then statically link all your dependencies.
Mike Parker via Digitalmars-d-learn Thu, 19 Sep 2019 12:15:43 -0700
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 too
Then statically link all your dependencies.