diff options
author | Guido van Rossum <guido@python.org> | 2007-10-22 16:00:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-22 16:00:45 (GMT) |
commit | b8990aac3a74309d9569fa543f83d754b8aa83d6 (patch) | |
tree | e8862a2dae40cdd2c9cab1bd27534b48936da41a /PCbuild/pythoncore.vcproj | |
parent | 7816e5142732cca24dafc2863edbd818aada7dba (diff) | |
download | cpython-b8990aac3a74309d9569fa543f83d754b8aa83d6.zip cpython-b8990aac3a74309d9569fa543f83d754b8aa83d6.tar.gz cpython-b8990aac3a74309d9569fa543f83d754b8aa83d6.tar.bz2 |
ssue 1309: fix by Christian Heimes to be able to build on Windows.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 0168f73..063c0ce 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -440,8 +440,11 @@ RelativePath="..\Objects\boolobject.c"> </File> <File - RelativePath="..\Objects\bytesobject.c"> + RelativePath="..\Objects\bytes_methods.c"> </File> + <File + RelativePath="..\Objects\bytesobject.c"> + </File> <File RelativePath="..\Objects\cellobject.c"> </File> |