diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 21:55:29 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-03-28 21:55:29 (GMT) |
commit | 94eba715add289a023b26132289ec00e5b7669c9 (patch) | |
tree | 08937f9c7e9b7291d5f59bf17ef979ac9336046f /PC/VC6 | |
parent | 41cf50d613f90fa5a2c243b6ecd8d50f302f3f50 (diff) | |
download | cpython-94eba715add289a023b26132289ec00e5b7669c9.zip cpython-94eba715add289a023b26132289ec00e5b7669c9.tar.gz cpython-94eba715add289a023b26132289ec00e5b7669c9.tar.bz2 |
Repair compilation for Visual Studio 2005.
I applied the same changes manually to VS7.1 and VC6 files; completely untested.
(Christian, don't try too hard merging this change into py3k.
It will be easier to do the same work again on the branch)
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 0f4f9d2..7c929ef 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_fileio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
@@ -229,6 +233,14 @@ SOURCE=..\..\Objects\bufferobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Objects\bytesobject.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Objects\bytes_methods.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
@@ -357,6 +369,10 @@ SOURCE=..\..\Python\future.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\future_builtins.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\gcmodule.c
# End Source File
# Begin Source File
|