Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37d398e

Browse files
committed
compile dtrace stubs
1 parent 04bedfa commit 37d398e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -356,6 +356,7 @@
356356
<ClCompile Include="..\Python\ceval.c" />
357357
<ClCompile Include="..\Python\codecs.c" />
358358
<ClCompile Include="..\Python\compile.c" />
359+
<ClCompile Include="..\Python\dtrace_stubs.c" />
359360
<ClCompile Include="..\Python\dynamic_annotations.c" />
360361
<ClCompile Include="..\Python\dynload_win.c" />
361362
<ClCompile Include="..\Python\errors.c" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Include">
@@ -848,6 +848,9 @@
848848
<ClCompile Include="..\Python\compile.c">
849849
<Filter>Python</Filter>
850850
</ClCompile>
851+
<ClCompile Include="..\Python\dtrace_stubs.c">
852+
<Filter>Python</Filter>
853+
</ClCompile>
851854
<ClCompile Include="..\Python\dynamic_annotations.c">
852855
<Filter>Python</Filter>
853856
</ClCompile>

0 commit comments

Comments
 (0)