summaryrefslogtreecommitdiffstats
path: root/PCbuild
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 /PCbuild
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 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 2a8101a..3947074 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/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>