command.txt
In command.txt you have to fill in the command line compiler options, here you have to link all the libraries etc... this one should work for practically any hack.
if you would have looked up the example settings you would have found out that "/MT Creates a multithreaded executable file using LIBCMT.lib." Now go and find the equivalent fo dll's: https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx TIP: strg+f
Ty m8 much appriciated
If you know how to do internals you should have enough knowledge to make your own polycompiler thing but way better without any effort.