[Python-checkins] r82289 - in python/branches/py3k: PC/VS8.0/pythoncore.vcproj PCbuild/pythoncore.vcproj

mark.dickinson python-checkins at python.org
Sun Jun 27 20:18:01 CEST 2010


Author: mark.dickinson
Date: Sun Jun 27 20:18:01 2010
New Revision: 82289

Log:
Issue #9089: Remove intobject.h from MSVC project files.

Modified:
   python/branches/py3k/PC/VS8.0/pythoncore.vcproj
   python/branches/py3k/PCbuild/pythoncore.vcproj

Modified: python/branches/py3k/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS8.0/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS8.0/pythoncore.vcproj	Sun Jun 27 20:18:01 2010
@@ -759,10 +759,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\Include\intobject.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\Include\intrcheck.h"
 				>
 			</File>

Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj	(original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj	Sun Jun 27 20:18:01 2010
@@ -755,10 +755,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Include\intobject.h"
-				>
-			</File>
-			<File
 				RelativePath="..\Include\intrcheck.h"
 				>
 			</File>


More information about the Python-checkins mailing list