diff options
Diffstat (limited to 'PCbuild')
-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> |