Reputation: 6358
I am wondering if there is anyway to build libxml2, on Windows, with static crt. I do not want to deal with msvcr90.dll issues.
Any ideas on this?
Upvotes: 1
Views: 1365
Reputation: 10507
If you're building on Visual Studio, you can set it to statically link the runtime by going to Project Settings, then C/C++ -> Code Generation.
Upvotes: 3