From: Guido van Rossum Date: Sat, 19 Jul 1997 23:13:10 +0000 (+0000) Subject: Added description of the extend subdirectory. X-Git-Tag: v1.5a3~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a955967a5b7cefef5ee0d633b267c1ec1359992d;p=thirdparty%2FPython%2Fcpython.git Added description of the extend subdirectory. --- diff --git a/Demo/README b/Demo/README index c2e775a7d9fb..60a95746ce46 100644 --- a/Demo/README +++ b/Demo/README @@ -18,6 +18,10 @@ classes Some examples of how to use classes. embed An example of embedding Python in another application (see also pysvr). +extend An example of using the generic Makefile.pre.in from + the Misc directory to build a statically linked or + shared extension module. + ibrowse An Emacs info file browser (uses stdwin). See also ../doc (the Python library documentation can be converted to info format).