summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-06-27 18:18:01 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-06-27 18:18:01 (GMT)
commit7ab54e42521335702e879326e868324f2a5b4acb (patch)
treef1bc103581b12df590f22f92870857b4dd41e344
parent3a23c9eed581ff83de55956e5175fbdd90e4cab0 (diff)
downloadcpython-7ab54e42521335702e879326e868324f2a5b4acb.zip
cpython-7ab54e42521335702e879326e868324f2a5b4acb.tar.gz
cpython-7ab54e42521335702e879326e868324f2a5b4acb.tar.bz2
Issue #9089: Remove intobject.h from MSVC project files.
-rw-r--r--PC/VS8.0/pythoncore.vcproj4
-rw-r--r--PCbuild/pythoncore.vcproj4
2 files changed, 0 insertions, 8 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index d5325fc..4c19e40 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -759,10 +759,6 @@
>
</File>
<File
- RelativePath="..\..\Include\intobject.h"
- >
- </File>
- <File
RelativePath="..\..\Include\intrcheck.h"
>
</File>
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 6beb3c5..b1a583f 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -755,10 +755,6 @@
>
</File>
<File
- RelativePath="..\Include\intobject.h"
- >
- </File>
- <File
RelativePath="..\Include\intrcheck.h"
>
</File>