summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.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/pythoncore.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/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index ff17304..111ad67 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -429,7 +429,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" />
@@ -513,6 +512,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" />