diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-02-17 20:56:31 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-02-17 20:56:31 (GMT) |
commit | e7fa408741b482f30ed165d760330dbe626e71db (patch) | |
tree | 48961ea5a1dbd3d498ed49f1aed3e4770e8e6927 /PC/VC6 | |
parent | a9f7d6248032c9572b4d2024a1be8bd2823af09f (diff) | |
download | cpython-e7fa408741b482f30ed165d760330dbe626e71db.zip cpython-e7fa408741b482f30ed165d760330dbe626e71db.tar.gz cpython-e7fa408741b482f30ed165d760330dbe626e71db.tar.bz2 |
Compilation was broken on Windows since the introduction of Advanced String Formatting.
Only PCBuild (vs9) was really tested.
Changes for older compilers were done manually.
Diffstat (limited to 'PC/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index ca504d6..0f4f9d2 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -125,6 +125,10 @@ SOURCE=..\..\Modules\_codecsmodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_collectionsmodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_csv.c
# End Source File
# Begin Source File
@@ -253,10 +257,6 @@ SOURCE=..\..\Objects\codeobject.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\collectionsmodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Python\compile.c
# End Source File
# Begin Source File
@@ -333,6 +333,14 @@ SOURCE=..\..\Objects\floatobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\formatter_string.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Python\formatter_unicode.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\frameobject.c
# End Source File
# Begin Source File
@@ -583,10 +591,6 @@ SOURCE=..\..\Objects\rangeobject.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\rgbimgmodule.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\rotatingtree.c
# End Source File
# Begin Source File
|