diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-09 06:24:43 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-09 06:24:43 (GMT) |
commit | 3cfe2e3677be1dbc786fbca17092133d2ae4bd4a (patch) | |
tree | 6889a12c27a5c3b14e2ddab001c345f5cb14bf3b /PCbuild/pythoncore.vcproj | |
parent | d72461a7eda3a25e67dacf505d601a4b4eb83ab2 (diff) | |
download | cpython-3cfe2e3677be1dbc786fbca17092133d2ae4bd4a.zip cpython-3cfe2e3677be1dbc786fbca17092133d2ae4bd4a.tar.gz cpython-3cfe2e3677be1dbc786fbca17092133d2ae4bd4a.tar.bz2 |
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.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 9f6a1c8..2ba4722 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -842,7 +842,10 @@ RelativePath="..\Include\pyarena.h" > </File> - <File RelativePath="..\Include\pycapsule.h"></File> + <File + RelativePath="..\Include\pycapsule.h" + > + </File> <File RelativePath="..\Include\pyctype.h" > @@ -1391,10 +1394,10 @@ RelativePath="..\Objects\bytesobject.c" > </File> - <File - RelativePath="..\Objects\capsule.c" - > - </File> + <File + RelativePath="..\Objects\capsule.c" + > + </File> <File RelativePath="..\Objects\cellobject.c" > |