diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-28 13:32:29 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-28 13:32:29 (GMT) |
commit | 5111127f455d952750f1146cbea14bbe1ca25394 (patch) | |
tree | 0f7cc7dfe9c744f425c08ee900f6bda247290922 | |
parent | a01bd62f481336c1a874eebd3e93143aa17cf3c7 (diff) | |
download | cpython-5111127f455d952750f1146cbea14bbe1ca25394.zip cpython-5111127f455d952750f1146cbea14bbe1ca25394.tar.gz cpython-5111127f455d952750f1146cbea14bbe1ca25394.tar.bz2 |
Merged revisions 73609 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r73609 | hirokazu.yamamoto | 2009-06-28 22:21:41 +0900 | 1 line
Sorted file names.
........
-rw-r--r-- | PC/VC6/pythoncore.dsp | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 91c522c..123b491 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -141,30 +141,6 @@ SOURCE=..\..\Modules\_heapqmodule.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\_io\bytesio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\_io\stringio.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\_io\fileio.c
-# End Source File
-# Begin Source File
-
-SOURCE="..\..\Modules\_io\bufferedio.c"
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\_io\iobase.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\Modules\_io\textio.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\_io\_iomodule.c
# End Source File
# Begin Source File
@@ -261,6 +237,10 @@ SOURCE=..\..\Objects\boolobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\bufferedio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\bytearrayobject.c
# End Source File
# Begin Source File
@@ -269,6 +249,10 @@ SOURCE=..\..\Objects\bytes_methods.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\bytesio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\bytesobject.c
# End Source File
# Begin Source File
@@ -369,6 +353,10 @@ SOURCE=..\..\Objects\exceptions.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\fileio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\fileobject.c
# End Source File
# Begin Source File
@@ -487,6 +475,10 @@ SOURCE=..\..\Modules\zlib\inftrees.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\iobase.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\iterobject.c
# End Source File
# Begin Source File
@@ -675,6 +667,10 @@ SOURCE=..\..\Objects\sliceobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\stringio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\structmember.c
# End Source File
# Begin Source File
@@ -695,6 +691,10 @@ SOURCE=..\..\Python\sysmodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_io\textio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\thread.c
# End Source File
# Begin Source File
|