diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-05-23 19:34:37 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-05-23 19:34:37 (GMT) |
commit | f178e5c1b75509c5f024ecb84a421b83718f35fe (patch) | |
tree | 31a500abb0ead142ffdd2d6d8ab783e1b23a0240 /PCbuild/pythoncore.vcproj | |
parent | 70bd199fa492a01be5d26cab905d5dfca3b2e245 (diff) | |
download | cpython-f178e5c1b75509c5f024ecb84a421b83718f35fe.zip cpython-f178e5c1b75509c5f024ecb84a421b83718f35fe.tar.gz cpython-f178e5c1b75509c5f024ecb84a421b83718f35fe.tar.bz2 |
Get the Windows build working again (recover from
`struct` module changes).
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 5f39a17..21e8d83 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -344,6 +344,9 @@ RelativePath="..\Modules\_bisectmodule.c"> </File> <File + RelativePath="..\Modules\_struct.c"> + </File> + <File RelativePath="..\Modules\cjkcodecs\_codecs_cn.c"> </File> <File @@ -746,9 +749,6 @@ RelativePath="..\Python\structmember.c"> </File> <File - RelativePath="..\Modules\structmodule.c"> - </File> - <File RelativePath="..\Objects\structseq.c"> </File> <File |