From: Guido van Rossum Date: Tue, 7 Jul 1998 22:35:03 +0000 (+0000) Subject: Added hints about building your own DLL. X-Git-Tag: v1.5.2a1~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e79cf323c72ad26c641f7d9653f08a18860083e2;p=thirdparty%2FPython%2Fcpython.git Added hints about building your own DLL. --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 71e46be0117f..054ed7867bd3 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