summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-10 02:52:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-10 02:52:23 (GMT)
commit37d398ebd1b177001df231b9bba17429ac61ff12 (patch)
tree3d4bf094a5f9784e8c3fce8ceb0b4a03a140fe30 /PCbuild/pythoncore.vcxproj
parent04bedfa3ce4f95ae7356a08d0fbc446c7fc9b365 (diff)
downloadcpython-37d398ebd1b177001df231b9bba17429ac61ff12.zip
cpython-37d398ebd1b177001df231b9bba17429ac61ff12.tar.gz
cpython-37d398ebd1b177001df231b9bba17429ac61ff12.tar.bz2
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 cad747e..5d957de 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" />