summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-07-07 20:04:05 (GMT)
committerGitHub <noreply@github.com>2022-07-07 20:04:05 (GMT)
commit71697664d71e09dcf34aac41f6c100350efc3726 (patch)
tree0cc70a75e084200f610947dfd8209badc48e17f7 /PCbuild/pythoncore.vcxproj
parentafd6a37ad159cf7cc632ee4680cd50cef0ceb006 (diff)
downloadcpython-71697664d71e09dcf34aac41f6c100350efc3726.zip
cpython-71697664d71e09dcf34aac41f6c100350efc3726.tar.gz
cpython-71697664d71e09dcf34aac41f6c100350efc3726.tar.bz2
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 09acce9..b5b4fce 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -241,6 +241,7 @@
<ClInclude Include="..\Include\internal\pycore_range.h" />
<ClInclude Include="..\Include\internal\pycore_runtime.h" />
<ClInclude Include="..\Include\internal\pycore_runtime_init.h" />
+ <ClInclude Include="..\Include\internal\pycore_runtime_init_generated.h" />
<ClInclude Include="..\Include\internal\pycore_signal.h" />
<ClInclude Include="..\Include\internal\pycore_sliceobject.h" />
<ClInclude Include="..\Include\internal\pycore_strhex.h" />