diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 11b8345..d8c1cdf 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -655,11 +655,11 @@ > </File> <File - RelativePath="..\Include\bytesobject.h" + RelativePath="..\Include\bytes_methods.h" > </File> <File - RelativePath="..\Include\bytes_methods.h" + RelativePath="..\Include\bytesobject.h" > </File> <File @@ -871,6 +871,10 @@ > </File> <File + RelativePath="..\Include\pymath.h" + > + </File> + <File RelativePath="..\Include\pymem.h" > </File> @@ -1355,11 +1359,11 @@ > </File> <File - RelativePath="..\Objects\bytesobject.c" + RelativePath="..\Objects\bytes_methods.c" > </File> <File - RelativePath="..\Objects\bytes_methods.c" + RelativePath="..\Objects\bytesobject.c" > </File> <File @@ -1739,6 +1743,10 @@ > </File> <File + RelativePath="..\Python\pymath.c" + > + </File> + <File RelativePath="..\Python\pystate.c" > </File> |