Skip to content

Commit 07baa7f

Browse files
author
hirokazu.yamamoto
committed
Added Objects/capsule.c to project files.
git-svn-id: http://svn.python.org/projects/python/branches/py3k@72374 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 23e75ec commit 07baa7f

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

PC/VC6/pythoncore.dsp

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VS7.1/pythoncore.vcproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,9 @@
471471
<File
472472
RelativePath="..\..\Objects\bytesobject.c">
473473
</File>
474+
<File
475+
RelativePath="..\..\Objects\capsule.c">
476+
</File>
474477
<File
475478
RelativePath="..\..\Objects\cellobject.c">
476479
</File>

PC/VS8.0/pythoncore.vcproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,10 @@
13701370
RelativePath="..\..\Objects\bytesobject.c"
13711371
>
13721372
</File>
1373+
<File
1374+
RelativePath="..\..\Objects\capsule.c"
1375+
>
1376+
</File>
13731377
<File
13741378
RelativePath="..\..\Objects\cellobject.c"
13751379
>

0 commit comments

Comments
 (0)