diff options
author | Guido van Rossum <guido@python.org> | 1998-07-07 22:35:03 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-07 22:35:03 (GMT) |
commit | e79cf323c72ad26c641f7d9653f08a18860083e2 (patch) | |
tree | 84c2d18af688ad8d319d788a2240e9a9bb02a1b2 /PCbuild | |
parent | 233f4b54d3f5b25249caa7c19e87dcb74cabf1e6 (diff) | |
download | cpython-e79cf323c72ad26c641f7d9653f08a18860083e2.zip cpython-e79cf323c72ad26c641f7d9653f08a18860083e2.tar.gz cpython-e79cf323c72ad26c641f7d9653f08a18860083e2.tar.bz2 |
Added hints about building your own DLL.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 71e46be..054ed78 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -27,3 +27,12 @@ libraries etc. When using the Debug setting, the output files have a _d added to their name: python15_d.dll, python_d.exe, parser_d.pyd, and so on. + +If you want to create your own extension module DLL, there's an +example with easy-to-follow instructions in ../PC/example/; read the +file readme.txt there first. + +Pointers: +Tcl/Tk http://sunscript.sun.com/ or http://www.scriptics.com +zlib http://www.winimage.com/zLibDll +bsddb Sam Rushing's web/ftp site |