Statically link Python15.LIB instead of Python15.lib -> Python15.dll

Warren Postma embed at geocities.com
Wed Feb 9 13:54:44 EST 2000


> How do I build a Python15.lib for Windows that I can link to my
application
> so I don't have to distribute Python15.dll.

Okay, this was a case of ask first, then try. Sorry! :-)  I figured out it
was pretty easy.
Start a new library, move over the files from the DLL project, change a few
compilation
flags, and voila.

Python is very very nicely written and the source is very clean, and
building subsets of python is
very very easy.  I am extremely impressed.

Warren





More information about the Python-list mailing list