]> granicus.if.org Git - python/commitdiff
PCBuild cosmetic fixes.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 10 Sep 2010 03:08:24 +0000 (03:08 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Fri, 10 Sep 2010 03:08:24 +0000 (03:08 +0000)
* 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.

PCbuild/_multiprocessing.vcproj
PCbuild/pythoncore.vcproj

index 73aa899cef3b8211d0514fac060054e251f268d0..6aa147e31de7b71bbc504a9fe36c433ced55c724 100644 (file)
@@ -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"
index 02ed0b13361ef0e3fe9cf1972ad23c620251cf95..4f3185b7ecb31bf27a9a28f129b4c8240ec07584 100644 (file)
                                RelativePath="..\Include\cobject.h"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Include\pycapsule.h"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Include\code.h"
                                >
                                RelativePath="..\Include\dictobject.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\Include\dtoa.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\Include\enumobject.h"
                                >
                                RelativePath="..\Include\pystrtod.h"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Include\dtoa.h"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Include\Python-ast.h"
                                >
                                RelativePath="..\Objects\bytearrayobject.c"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Objects\stringobject.c"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Objects\capsule.c"
                                >
                                RelativePath="..\Objects\cobject.c"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Objects\capsule.c"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Objects\codeobject.c"
                                >
                                RelativePath="..\Objects\stringlib\split.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\Objects\stringobject.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\Objects\structseq.c"
                                >
                                RelativePath="..\Python\compile.c"
                                >
                        </File>
+                       <File
+                               RelativePath="..\Python\dtoa.c"
+                               >
+                       </File>
                        <File
                                RelativePath="..\Python\dynload_win.c"
                                >
                                RelativePath="..\Python\pystrtod.c"
                                >
                        </File>
-                       <File
-                               RelativePath="..\Python\dtoa.c"
-                               >
-                       </File>
                        <File
                                RelativePath="..\Python\Python-ast.c"
                                >