summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/pythoncore.vcproj
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/VS8.0/pythoncore.vcproj
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/VS8.0/pythoncore.vcproj')
-rw-r--r--PC/VS8.0/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index ff52b1e..2bbfec4 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -1627,6 +1627,14 @@
>
</File>
<File
+ RelativePath="..\Python\formatter_string.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Python\formatter_unicode.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\frozen.c"
>
</File>