summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcproj
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-09 19:57:17 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-09 19:57:17 (GMT)
commit8e0bb6a1e2907797cd6e4b7cc90539904e54db7e (patch)
tree5bcb09ed930d59af223b2a0ce98dcf2979efb0b2 /PCbuild/pythoncore.vcproj
parent78d8946d195ac72eff8dfaed103dec17686a0e6f (diff)
downloadcpython-8e0bb6a1e2907797cd6e4b7cc90539904e54db7e.zip
cpython-8e0bb6a1e2907797cd6e4b7cc90539904e54db7e.tar.gz
cpython-8e0bb6a1e2907797cd6e4b7cc90539904e54db7e.tar.bz2
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. ........
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r--PCbuild/pythoncore.vcproj13
1 files changed, 8 insertions, 5 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 05cffd7..da53190 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -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"
>