summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-02-17 20:56:31 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-02-17 20:56:31 (GMT)
commite7fa408741b482f30ed165d760330dbe626e71db (patch)
tree48961ea5a1dbd3d498ed49f1aed3e4770e8e6927 /PC/VS7.1
parenta9f7d6248032c9572b4d2024a1be8bd2823af09f (diff)
downloadcpython-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/VS7.1')
-rw-r--r--PC/VS7.1/pythoncore.vcproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj
index bce0c61..a637ce2 100644
--- a/PC/VS7.1/pythoncore.vcproj
+++ b/PC/VS7.1/pythoncore.vcproj
@@ -515,6 +515,12 @@
RelativePath="..\..\Objects\floatobject.c">
</File>
<File
+ RelativePath="..\..\Python\formatter_string.c">
+ </File>
+ <File
+ RelativePath="..\..\Python\formatter_unicode.c">
+ </File>
+ <File
RelativePath="..\..\Objects\frameobject.c">
</File>
<File