summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-10-25 22:34:22 (GMT)
committerGitHub <noreply@github.com>2022-10-25 22:34:22 (GMT)
commit1f737edb67e702095feb97118a911afb569f5705 (patch)
tree40f32d35a69226f83d96c3d90eaad3d62f06c4f4 /PCbuild/_freeze_module.vcxproj
parent0c84593275969d9b8f42e75abb2638b69d5b5f4a (diff)
downloadcpython-1f737edb67e702095feb97118a911afb569f5705.zip
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.gz
cpython-1f737edb67e702095feb97118a911afb569f5705.tar.bz2
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Diffstat (limited to 'PCbuild/_freeze_module.vcxproj')
-rw-r--r--PCbuild/_freeze_module.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index 49e5cc8..8454bd6 100644
--- a/PCbuild/_freeze_module.vcxproj
+++ b/PCbuild/_freeze_module.vcxproj
@@ -129,7 +129,6 @@
<ClCompile Include="..\Objects\cellobject.c" />
<ClCompile Include="..\Objects\classobject.c" />
<ClCompile Include="..\Objects\codeobject.c" />
- <ClCompile Include="..\Objects\perf_trampoline.c" />
<ClCompile Include="..\Objects\complexobject.c" />
<ClCompile Include="..\Objects\descrobject.c" />
<ClCompile Include="..\Objects\dictobject.c" />
@@ -211,6 +210,7 @@
<ClCompile Include="..\Python\mysnprintf.c" />
<ClCompile Include="..\Python\mystrtoul.c" />
<ClCompile Include="..\Python\pathconfig.c" />
+ <ClCompile Include="..\Python\perf_trampoline.c" />
<ClCompile Include="..\Python\preconfig.c" />
<ClCompile Include="..\Python\pyarena.c" />
<ClCompile Include="..\Python\pyctype.c" />