diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-02 23:08:07 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-02 23:08:07 (GMT) |
commit | ebad7f0d47000a28e885d1808995537aa1e42727 (patch) | |
tree | 192f2a1b0288291238f173579ec00088169215f6 /PC/VS7.1/pythoncore.vcproj | |
parent | cb87f82fc8be29612a63f6dd4807be639c64240d (diff) | |
download | cpython-ebad7f0d47000a28e885d1808995537aa1e42727.zip cpython-ebad7f0d47000a28e885d1808995537aa1e42727.tar.gz cpython-ebad7f0d47000a28e885d1808995537aa1e42727.tar.bz2 |
Merged revisions 66167 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66167 | amaury.forgeotdarc | 2008-09-02 23:50:47 +0200 (mar., 02 sept. 2008) | 5 lines
Attempt to correct the build files for the Microsoft VS7.1 compiler.
I don't have a working VS7.1, but VS2005 can automatically convert
the project and build a working python interpreter.
........
Diffstat (limited to 'PC/VS7.1/pythoncore.vcproj')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 3094755..3c395b8 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -362,6 +362,9 @@ RelativePath="..\..\Modules\cjkcodecs\_codecs_tw.c"> </File> <File + RelativePath="..\..\Modules\_bytesio.c"> + </File> + <File RelativePath="..\..\Modules\_codecsmodule.c"> </File> <File @@ -371,16 +374,13 @@ RelativePath="..\..\Modules\_fileio.c"> </File> <File - RelativePath="..\..\Modules\_bytesio.c"> - </File> - <File RelativePath="..\..\Modules\_functoolsmodule.c"> </File> <File RelativePath="..\..\Modules\_heapqmodule.c"> </File> <File - RelativePath="..\..\Modules\json.c"> + RelativePath="..\..\Modules\_json.c"> </File> <File RelativePath="..\..\Modules\_localemodule.c"> |