diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-28 09:45:20 +0000 |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2004-07-28 09:45:20 +0000 |
commit | efdc16ffbb7a0fe8a03d2d4bcab9e166f42bbacd (patch) | |
tree | 0da125eb68be60f4ed522756de0eed4dc88a20ff | |
parent | 978d26256b114ee72bd18e63dae25edcd76e25f1 (diff) | |
download | cpython-git-efdc16ffbb7a0fe8a03d2d4bcab9e166f42bbacd.tar.gz |
Remove unused source file from Windows project files.
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 04ee44d83c..dd9500ca8a 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -121,10 +121,6 @@ SOURCE=..\..\Modules\cjkcodecs\_codecs_tw.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\cjkcodecs\_codecs_unicode.c
-# End Source File
-# Begin Source File
-
SOURCE=..\..\Modules\_codecsmodule.c
# End Source File
# Begin Source File
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index a74a5b723e..07c8a08893 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -247,9 +247,6 @@ RelativePath="..\Modules\cjkcodecs\_codecs_tw.c"> </File> <File - RelativePath="..\Modules\cjkcodecs\_codecs_unicode.c"> - </File> - <File RelativePath="..\Modules\_codecsmodule.c"> <FileConfiguration Name="Release|Win32"> |