From 15d72703fccdcdcdce4122f624f5b6c85527567b Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 22 Feb 2001 19:51:31 +0000 Subject: [PATCH] Windows: Remove soundex from pythoncore subproject. --- PCbuild/pythoncore.dsp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index c4326178f9..1b8e68fdec 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" -- 2.50.0