diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-06-16 01:34:49 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-06-16 01:34:49 (GMT) |
commit | 0add0e86c70e96b25c745ea605a901e40bb4879d (patch) | |
tree | 82f411a0ff802457920e784a073029a4ab0e755c /PCbuild/pythoncore.dsp | |
parent | 94c9d909d5ad0948561c2aa88ed7f9d4f49513b3 (diff) | |
download | cpython-0add0e86c70e96b25c745ea605a901e40bb4879d.zip cpython-0add0e86c70e96b25c745ea605a901e40bb4879d.tar.gz cpython-0add0e86c70e96b25c745ea605a901e40bb4879d.tar.bz2 |
Removed newmodule.c from the project, and removed references to it from
the Windowish builds.
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 1c32bf1..77b8268 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -1253,21 +1253,6 @@ SOURCE=..\Python\mystrtoul.c # End Source File
# Begin Source File
-SOURCE=..\Modules\newmodule.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=..\Parser\node.c
!IF "$(CFG)" == "pythoncore - Win32 Release"
|