diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-07-01 02:36:00 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-07-01 02:36:00 (GMT) |
commit | 63dce79e2430f420543b23056ddfab9fdafb6b3c (patch) | |
tree | a566cedd1132aede061d416d124c39ccd808964f /PCbuild | |
parent | 6fe1f5b24351dad012321736e90e72b78b2cb4fc (diff) | |
download | cpython-63dce79e2430f420543b23056ddfab9fdafb6b3c.zip cpython-63dce79e2430f420543b23056ddfab9fdafb6b3c.tar.gz cpython-63dce79e2430f420543b23056ddfab9fdafb6b3c.tar.bz2 |
Updated MSVC project files to follow PyCObject removal (r73729)
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 05cffd7..650d244 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -675,10 +675,6 @@ > </File> <File - RelativePath="..\Include\cobject.h" - > - </File> - <File RelativePath="..\Include\code.h" > </File> @@ -1388,10 +1384,6 @@ > </File> <File - RelativePath="..\Objects\cobject.c" - > - </File> - <File RelativePath="..\Objects\codeobject.c" > </File> |