My thoughts:
In order to achieve this on Windows, you would need:
1) Static linkage
1a) Source for every lib you use to achieve this.
Sure, lib developers/vendors make pre-built libs available, but depending on them means that the show is over once development ends (or you move on to another environment that they do not support) and no source is supplied. You also have to keep crt linkage in mind (cannot mix them).
Even being feasible it is simply not worth the effort IMO.
Secondly, why?
Your data dependencies number in the thousands already so it would seem pointless to me.
|