summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-12-01 19:50:58 (GMT)
committerGitHub <noreply@github.com>2017-12-01 19:50:58 (GMT)
commit0ea395ae964c9cd0f499e2ef0d0030c971201220 (patch)
tree92e86e1b1754d179c8dc4b397f4fa33e020a3aee /PCbuild/pythoncore.vcxproj.filters
parentebac19dad6263141d5db0a2c923efe049dba99d2 (diff)
downloadcpython-0ea395ae964c9cd0f499e2ef0d0030c971201220.zip
cpython-0ea395ae964c9cd0f499e2ef0d0030c971201220.tar.gz
cpython-0ea395ae964c9cd0f499e2ef0d0030c971201220.tar.bz2
bpo-32030: Add Python/pathconfig.c (#4668)
* Factorize code from PC/getpathp.c and Modules/getpath.c to remove duplicated code * rename pathconfig_clear() to _PyPathConfig_Clear() * Inline _PyPathConfig_Fini() in pymain_impl() and then remove it, since it's a oneliner
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 1d33c6e..c9aa3da 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -896,6 +896,9 @@
<ClCompile Include="..\Python\mystrtoul.c">
<Filter>Python</Filter>
</ClCompile>
+ <ClCompile Include="..\Python\pathconfig.c">
+ <Filter>Python</Filter>
+ </ClCompile>
<ClCompile Include="..\Python\peephole.c">
<Filter>Python</Filter>
</ClCompile>