From: Zachary Ware Date: Tue, 8 Sep 2015 04:30:46 +0000 (-0500) Subject: Issue #25010: Fix path for .pyd example project. X-Git-Tag: v3.5.1rc1~422^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a690fb65af0661d93a65e069b9e8e0a1fa12087;p=python Issue #25010: Fix path for .pyd example project. Patch by Shaun Walbridge --- diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 74a79c1d6f..c034031d1b 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -318,5 +318,5 @@ 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\; read the +example with easy-to-follow instructions in ..\PC\example_nt\; read the file readme.txt there first.