r79413 - python/trunk/PCbuild/pythoncore.vcproj
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>
participants (1)
-
benjamin.peterson