summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-10 19:37:42 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-10 19:37:42 (GMT)
commit5eaf58bfb4e34708c88944ed9faf289b04a0735c (patch)
tree665c10232ccd0e641ec53e0dda58270fe60bc48c /PCbuild
parentd076454bd355f51241ddc6fbbc8ff22ef510e7fb (diff)
downloadcpython-5eaf58bfb4e34708c88944ed9faf289b04a0735c.zip
cpython-5eaf58bfb4e34708c88944ed9faf289b04a0735c.tar.gz
cpython-5eaf58bfb4e34708c88944ed9faf289b04a0735c.tar.bz2
Issue #25022: Remove PC/example_nt/
It was very much outdated, and the topic is better covered elsewhere.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 1e95857..2388535 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -312,11 +312,3 @@ project, with some projects overriding certain specific values. The GUI
doesn't always reflect the correct settings and may confuse the user
with false information, especially for settings that automatically adapt
for diffirent configurations.
-
-
-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.