diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-22 19:51:31 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-22 19:51:31 (GMT) |
commit | 15d72703fccdcdcdce4122f624f5b6c85527567b (patch) | |
tree | c2a47b850ba0ca6941460dab728273581227a576 /PCbuild/pythoncore.dsp | |
parent | debc352e9c629afaf416f956959176f8aeced08b (diff) | |
download | cpython-15d72703fccdcdcdce4122f624f5b6c85527567b.zip cpython-15d72703fccdcdcdce4122f624f5b6c85527567b.tar.gz cpython-15d72703fccdcdcdce4122f624f5b6c85527567b.tar.bz2 |
Windows: Remove soundex from pythoncore subproject.
Diffstat (limited to 'PCbuild/pythoncore.dsp')
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index c432617..1b8e68f 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -1482,21 +1482,6 @@ SOURCE=..\Objects\sliceobject.c # End Source File
# Begin Source File
-SOURCE=..\Modules\soundex.c
-
-!IF "$(CFG)" == "pythoncore - Win32 Release"
-
-!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
-
-!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Debug"
-
-!ELSEIF "$(CFG)" == "pythoncore - Win32 Alpha Release"
-
-!ENDIF
-
-# End Source File
-# Begin Source File
-
SOURCE=..\Objects\stringobject.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
|