Final note: You can tell Visual C++ to statically link the runtime
library by using the compiler flag /MT. The default is /MD, which
creates a smaller DLL but requires you to distribute the runtime DLL
separately. With the flag /MT, the runtime DLL (e.g. msvcp110.dll) is
included inside the DLL that you compile.
Zak Fallows
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.