summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-04-04 07:53:26 (GMT)
committerGitHub <noreply@github.com>2022-04-04 07:53:26 (GMT)
commit1578f06c1c69fbbb942b90bfbacd512784b599fa (patch)
tree3eaa8a117b90da84859618d5a16bdb213a2edf59 /PCbuild/pythoncore.vcxproj
parent4216dce04b7d3f329beaaafc82a77c4ac6cf4d57 (diff)
downloadcpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.zip
cpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.tar.gz
cpython-1578f06c1c69fbbb942b90bfbacd512784b599fa.tar.bz2
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 5e6e703..9894e37 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -296,9 +296,6 @@
<ClInclude Include="..\Modules\_math.h" />
<ClInclude Include="..\Modules\hashtable.h" />
<ClInclude Include="..\Modules\rotatingtree.h" />
- <ClInclude Include="..\Modules\sre.h" />
- <ClInclude Include="..\Modules\sre_constants.h" />
- <ClInclude Include="..\Modules\sre_lib.h" />
<ClInclude Include="..\Modules\_io\_iomodule.h" />
<ClInclude Include="..\Modules\cjkcodecs\alg_jisx0201.h" />
<ClInclude Include="..\Modules\cjkcodecs\cjkcodecs.h" />
@@ -359,7 +356,10 @@
<ClCompile Include="..\Modules\_pickle.c" />
<ClCompile Include="..\Modules\_randommodule.c" />
<ClCompile Include="..\Modules\_sha3\sha3module.c" />
- <ClCompile Include="..\Modules\_sre.c" />
+ <ClCompile Include="..\Modules\_sre\sre.c" />
+ <ClInclude Include="..\Modules\_sre\sre.h" />
+ <ClInclude Include="..\Modules\_sre\sre_constants.h" />
+ <ClInclude Include="..\Modules\_sre\sre_lib.h" />
<ClCompile Include="..\Modules\_stat.c" />
<ClCompile Include="..\Modules\_struct.c" />
<ClCompile Include="..\Modules\_weakref.c" />