[Python-checkins] r73737 - in python/branches/py3k: PC/VC6/pythoncore.dsp PC/VS7.1/pythoncore.vcproj PC/VS8.0/pythoncore.vcproj PCbuild/pythoncore.vcproj
hirokazu.yamamoto
python-checkins at python.org
Wed Jul 1 04:36:01 CEST 2009
Author: hirokazu.yamamoto
Date: Wed Jul 1 04:36:00 2009
New Revision: 73737
Log:
Updated MSVC project files to follow PyCObject removal (r73729)
Modified:
python/branches/py3k/PC/VC6/pythoncore.dsp
python/branches/py3k/PC/VS7.1/pythoncore.vcproj
python/branches/py3k/PC/VS8.0/pythoncore.vcproj
python/branches/py3k/PCbuild/pythoncore.vcproj
Modified: python/branches/py3k/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/py3k/PC/VC6/pythoncore.dsp (original)
+++ python/branches/py3k/PC/VC6/pythoncore.dsp Wed Jul 1 04:36:00 2009
@@ -277,10 +277,6 @@
# End Source File
# Begin Source File
-SOURCE=..\..\Objects\cobject.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Python\codecs.c
# End Source File
# Begin Source File
Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS7.1/pythoncore.vcproj (original)
+++ python/branches/py3k/PC/VS7.1/pythoncore.vcproj Wed Jul 1 04:36:00 2009
@@ -487,9 +487,6 @@
RelativePath="..\..\Modules\cmathmodule.c">
</File>
<File
- RelativePath="..\..\Objects\cobject.c">
- </File>
- <File
RelativePath="..\..\Python\codecs.c">
</File>
<File
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 Wed Jul 1 04:36:00 2009
@@ -675,10 +675,6 @@
>
</File>
<File
- RelativePath="..\..\Include\cobject.h"
- >
- </File>
- <File
RelativePath="..\..\Include\code.h"
>
</File>
@@ -1383,10 +1379,6 @@
>
</File>
<File
- RelativePath="..\..\Objects\cobject.c"
- >
- </File>
- <File
RelativePath="..\..\Objects\codeobject.c"
>
</File>
Modified: python/branches/py3k/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/pythoncore.vcproj (original)
+++ python/branches/py3k/PCbuild/pythoncore.vcproj Wed Jul 1 04:36:00 2009
@@ -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>
More information about the Python-checkins
mailing list