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/VS8.0/pythoncore.vcproj | |
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/VS8.0/pythoncore.vcproj')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 |
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>
|