[Python-checkins] r84661 - in python/branches/release27-maint/PCbuild: _multiprocessing.vcproj pythoncore.vcproj
hirokazu.yamamoto
python-checkins at python.org
Fri Sep 10 05:08:24 CEST 2010
Author: hirokazu.yamamoto
Date: Fri Sep 10 05:08:24 2010
New Revision: 84661
Log:
PCBuild cosmetic fixes.
* pythoncore.vcproj: Removed doubled entries, and sorted entries a bit.
* _multiprocessing.vcproj: Converted ProjectGUID to uppercase. Otherwise,
VS8 _multiprocessing.vcproj created by vs9to8.py was modified every time
loads it in VS8 IDE.
Modified:
python/branches/release27-maint/PCbuild/_multiprocessing.vcproj
python/branches/release27-maint/PCbuild/pythoncore.vcproj
Modified: python/branches/release27-maint/PCbuild/_multiprocessing.vcproj
==============================================================================
--- python/branches/release27-maint/PCbuild/_multiprocessing.vcproj (original)
+++ python/branches/release27-maint/PCbuild/_multiprocessing.vcproj Fri Sep 10 05:08:24 2010
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="9,00"
Name="_multiprocessing"
- ProjectGUID="{9e48b300-37d1-11dd-8c41-005056c00008}"
+ ProjectGUID="{9E48B300-37D1-11DD-8C41-005056C00008}"
RootNamespace="_multiprocessing"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
Modified: python/branches/release27-maint/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/release27-maint/PCbuild/pythoncore.vcproj (original)
+++ python/branches/release27-maint/PCbuild/pythoncore.vcproj Fri Sep 10 05:08:24 2010
@@ -683,10 +683,6 @@
>
</File>
<File
- RelativePath="..\Include\pycapsule.h"
- >
- </File>
- <File
RelativePath="..\Include\code.h"
>
</File>
@@ -719,6 +715,10 @@
>
</File>
<File
+ RelativePath="..\Include\dtoa.h"
+ >
+ </File>
+ <File
RelativePath="..\Include\enumobject.h"
>
</File>
@@ -911,10 +911,6 @@
>
</File>
<File
- RelativePath="..\Include\dtoa.h"
- >
- </File>
- <File
RelativePath="..\Include\Python-ast.h"
>
</File>
@@ -1423,10 +1419,6 @@
>
</File>
<File
- RelativePath="..\Objects\stringobject.c"
- >
- </File>
- <File
RelativePath="..\Objects\capsule.c"
>
</File>
@@ -1443,10 +1435,6 @@
>
</File>
<File
- RelativePath="..\Objects\capsule.c"
- >
- </File>
- <File
RelativePath="..\Objects\codeobject.c"
>
</File>
@@ -1559,6 +1547,10 @@
>
</File>
<File
+ RelativePath="..\Objects\stringobject.c"
+ >
+ </File>
+ <File
RelativePath="..\Objects\structseq.c"
>
</File>
@@ -1719,6 +1711,10 @@
>
</File>
<File
+ RelativePath="..\Python\dtoa.c"
+ >
+ </File>
+ <File
RelativePath="..\Python\dynload_win.c"
>
</File>
@@ -1831,10 +1827,6 @@
>
</File>
<File
- RelativePath="..\Python\dtoa.c"
- >
- </File>
- <File
RelativePath="..\Python\Python-ast.c"
>
</File>
More information about the Python-checkins
mailing list