[Python-checkins] r84654 - in python/branches/release31-maint: PCbuild/_multiprocessing.vcproj PCbuild/pythoncore.vcproj
hirokazu.yamamoto
python-checkins at python.org
Thu Sep 9 21:57:17 CEST 2010
Author: hirokazu.yamamoto
Date: Thu Sep 9 21:57:17 2010
New Revision: 84654
Log:
Merged revisions 84645 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84645 | hirokazu.yamamoto | 2010年09月09日 15:24:43 +0900 | 5 lines
PCBuild cosmetic fixes.
* pythoncore.vcproj: Fixed indentation
* _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/release31-maint/ (props changed)
python/branches/release31-maint/PCbuild/_multiprocessing.vcproj
python/branches/release31-maint/PCbuild/pythoncore.vcproj
Modified: python/branches/release31-maint/PCbuild/_multiprocessing.vcproj
==============================================================================
--- python/branches/release31-maint/PCbuild/_multiprocessing.vcproj (original)
+++ python/branches/release31-maint/PCbuild/_multiprocessing.vcproj Thu Sep 9 21:57:17 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/release31-maint/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/release31-maint/PCbuild/pythoncore.vcproj (original)
+++ python/branches/release31-maint/PCbuild/pythoncore.vcproj Thu Sep 9 21:57:17 2010
@@ -846,7 +846,10 @@
RelativePath="..\Include\pyarena.h"
>
</File>
- <File RelativePath="..\Include\pycapsule.h"></File>
+ <File
+ RelativePath="..\Include\pycapsule.h"
+ >
+ </File>
<File
RelativePath="..\Include\pyctype.h"
>
@@ -1375,10 +1378,10 @@
RelativePath="..\Objects\bytesobject.c"
>
</File>
- <File
- RelativePath="..\Objects\capsule.c"
- >
- </File>
+ <File
+ RelativePath="..\Objects\capsule.c"
+ >
+ </File>
<File
RelativePath="..\Objects\cellobject.c"
>
More information about the Python-checkins
mailing list