]> granicus.if.org Git - python/commitdiff
Added hints about building your own DLL.
authorGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:35:03 +0000 (22:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:35:03 +0000 (22:35 +0000)
PCbuild/readme.txt

index 71e46be0117f6ee9e411037ff802ccdf3743d7ab..054ed7867bd33b7961edddf0ddceecbb0f9b506e 100644 (file)
@@ -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