summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-09 19:52:23 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-09 19:52:23 -0700
commit8e30b6b30258db0ba100a50ad6e87558ea2bb378 (patch)
tree5e13cce4925e944003818092a87eafb79e614aa3 /PCbuild/pythoncore.vcxproj
parent4f05fcfb622ac6ed16a0b5a84cf1e657d98ed54e (diff)
downloadcpython-8e30b6b30258db0ba100a50ad6e87558ea2bb378.tar.gz
compile dtrace stubs
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index cad747eb83..5d957de7c8 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
@@ -356,6 +356,7 @@
<ClCompile Include="..\Python\ceval.c" />
<ClCompile Include="..\Python\codecs.c" />
<ClCompile Include="..\Python\compile.c" />
+ <ClCompile Include="..\Python\dtrace_stubs.c" />
<ClCompile Include="..\Python\dynamic_annotations.c" />
<ClCompile Include="..\Python\dynload_win.c" />
<ClCompile Include="..\Python\errors.c" />