diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-07-05 21:19:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-07-05 21:19:02 (GMT) |
commit | 1a7f16ccdfd250d57f36d0b46edff8f31dd244af (patch) | |
tree | 959b719bc3ed0675dd6dbf35570fa771b52a6b52 /PCbuild/pythoncore.dsp | |
parent | bcd1df746de6fada5dab4ce261637ce48c06e118 (diff) | |
download | cpython-1a7f16ccdfd250d57f36d0b46edff8f31dd244af.zip cpython-1a7f16ccdfd250d57f36d0b46edff8f31dd244af.tar.gz cpython-1a7f16ccdfd250d57f36d0b46edff8f31dd244af.tar.bz2 |
Removed fpectlmodule.c and fpetestmodule.c from the Windows build. They
weren't functional under Windows even if enabled.
Diffstat (limited to 'PCbuild/pythoncore.dsp')
-rw-r--r-- | PCbuild/pythoncore.dsp | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 02cd14a..e44a8aa 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -615,36 +615,6 @@ SOURCE=..\Objects\floatobject.c # End Source File
# Begin Source File
-SOURCE=..\Modules\fpectlmodule.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=..\Modules\fpetestmodule.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\frameobject.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
|