summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-12-14 23:48:12 -0800
committerGitHub <noreply@github.com>2017-12-14 23:48:12 -0800
commite425bd75177ffb7f098bdb0618b4a5ba3211fe52 (patch)
tree459f866641039b9111acff53ed3a0aaecce8ffd6 /PCbuild
parentf74ef458ab1f502e4e60bd1502ac1dc0d2cb3847 (diff)
downloadcpython-git-e425bd75177ffb7f098bdb0618b4a5ba3211fe52.tar.gz
move pygetopt.h to internal (closes bpo-32264) (#4830)
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj2
-rw-r--r--PCbuild/pythoncore.vcxproj.filters2
2 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 1dca3ccca1..25651d0004 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -150,7 +150,7 @@
<ClInclude Include="..\Include\pyerrors.h" />
<ClInclude Include="..\Include\pyexpat.h" />
<ClInclude Include="..\Include\pyfpe.h" />
- <ClInclude Include="..\Include\pygetopt.h" />
+ <ClInclude Include="..\Include\internal\pygetopt.h" />
<ClInclude Include="..\Include\pylifecycle.h" />
<ClInclude Include="..\Include\pymath.h" />
<ClInclude Include="..\Include\pytime.h" />
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 969ba0850b..42b2fc3ea7 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -234,7 +234,7 @@
<ClInclude Include="..\Include\pyfpe.h">
<Filter>Include</Filter>
</ClInclude>
- <ClInclude Include="..\Include\pygetopt.h">
+ <ClInclude Include="..\Include\internal\pygetopt.h">
<Filter>Include</Filter>
</ClInclude>
<ClInclude Include="..\Include\pylifecycle.h">