diff options
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
4 files changed, 0 insertions, 23 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 8576f7e..ee7e366 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -277,10 +277,6 @@ SOURCE=..\..\Modules\cmathmodule.c # End Source File
# Begin Source File
-SOURCE=..\..\Objects\cobject.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Python\codecs.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index b5ee947..214a690 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -487,9 +487,6 @@ RelativePath="..\..\Modules\cmathmodule.c"> </File> <File - RelativePath="..\..\Objects\cobject.c"> - </File> - <File RelativePath="..\..\Python\codecs.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 0393f31..726e630 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -675,10 +675,6 @@ > </File> <File - RelativePath="..\..\Include\cobject.h" - > - </File> - <File RelativePath="..\..\Include\code.h" > </File> @@ -1383,10 +1379,6 @@ > </File> <File - RelativePath="..\..\Objects\cobject.c" - > - </File> - <File RelativePath="..\..\Objects\codeobject.c" > </File> diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 05cffd7..650d244 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -675,10 +675,6 @@ > </File> <File - RelativePath="..\Include\cobject.h" - > - </File> - <File RelativePath="..\Include\code.h" > </File> @@ -1388,10 +1384,6 @@ > </File> <File - RelativePath="..\Objects\cobject.c" - > - </File> - <File RelativePath="..\Objects\codeobject.c" > </File> |