diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 19:37:42 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 19:37:42 (GMT) |
commit | b54a068204ab4ae62b05414d910313f7d732e416 (patch) | |
tree | 42653733f01b905ea3eb747fa7faba6275716d80 /PCbuild/readme.txt | |
parent | 920f6db10b8ebe59190f33d588fcdaa7b2b452a2 (diff) | |
download | cpython-b54a068204ab4ae62b05414d910313f7d732e416.zip cpython-b54a068204ab4ae62b05414d910313f7d732e416.tar.gz cpython-b54a068204ab4ae62b05414d910313f7d732e416.tar.bz2 |
Issue #25022: Remove PC/example_nt/
It was very much outdated, and the topic is better covered elsewhere.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index c034031..a3c7fbd 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -312,11 +312,3 @@ The pyproject property file defines _WIN32 and x64 defines _WIN64 and _M_X64 although the macros are set by the compiler, too. The GUI doesn't
always know about the macros and confuse the user with false
information.
-
-
-Your Own Extension DLLs
------------------------
-
-If you want to create your own extension module DLL (.pyd), there's an
-example with easy-to-follow instructions in ..\PC\example_nt\; read the
-file readme.txt there first.
|