summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2018-10-30 14:14:25 (GMT)
committerGitHub <noreply@github.com>2018-10-30 14:14:25 (GMT)
commit31368a4f0e531c19affe2a1becd25fc316bc7501 (patch)
tree79627d42611a04288b832799204c77b2688f9872 /PCbuild/pythoncore.vcxproj
parent9204fb8623896cc5f68ae350784ee25e8a7b2184 (diff)
downloadcpython-31368a4f0e531c19affe2a1becd25fc316bc7501.zip
cpython-31368a4f0e531c19affe2a1becd25fc316bc7501.tar.gz
cpython-31368a4f0e531c19affe2a1becd25fc316bc7501.tar.bz2
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Add pyatomic.h to the VS project (it wasn't referenced).
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index cb83539..f65bb5b 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -118,6 +118,7 @@
<ClInclude Include="..\Include\internal\gil.h" />
<ClInclude Include="..\Include\internal\hamt.h" />
<ClInclude Include="..\Include\internal\mem.h" />
+ <ClInclude Include="..\Include\internal\pyatomic.h" />
<ClInclude Include="..\Include\internal\pystate.h" />
<ClInclude Include="..\Include\internal\warnings.h" />
<ClInclude Include="..\Include\intrcheck.h" />