[Python-checkins] r79413 - python/trunk/PCbuild/pythoncore.vcproj

benjamin.peterson python-checkins at python.org
Thu Mar 25 04:44:24 CET 2010


Author: benjamin.peterson
Date: Thu Mar 25 04:44:24 2010
New Revision: 79413

Log:
make an attempt to add capsule to the Windows build

Modified:
   python/trunk/PCbuild/pythoncore.vcproj

Modified: python/trunk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/trunk/PCbuild/pythoncore.vcproj	(original)
+++ python/trunk/PCbuild/pythoncore.vcproj	Thu Mar 25 04:44:24 2010
@@ -683,6 +683,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Include\pycapsule.h"
+				>
+			</File>
+			<File
 				RelativePath="..\Include\code.h"
 				>
 			</File>
@@ -1431,6 +1435,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\Objects\capsule.c"
+				>
+			</File>
+			<File
 				RelativePath="..\Objects\codeobject.c"
 				>
 			</File>


More information about the Python-checkins mailing list