diff options
| author | Tim Peters <tim.peters@gmail.com> | 2001-01-09 23:27:12 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2001-01-09 23:27:12 +0000 |
| commit | 140d67081c3df1b284991fd3a1dc84763b9d640d (patch) | |
| tree | e7ef676008172e168b8679a453978aa44973c4ca | |
| parent | 58c82f0b56e79e1682018dbb22fa1afd4f67a464 (diff) | |
| download | cpython-git-140d67081c3df1b284991fd3a1dc84763b9d640d.tar.gz | |
Make Windows build compile new xreadlinesmodule.
| -rw-r--r-- | PCbuild/python20.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/python20.dsp b/PCbuild/python20.dsp index ac2d03d1e4..df1e765ebc 100644 --- a/PCbuild/python20.dsp +++ b/PCbuild/python20.dsp @@ -1677,6 +1677,21 @@ SOURCE=..\Objects\unicodeobject.c # End Source File
# Begin Source File
+SOURCE=..\Modules\xreadlinesmodule.c
+
+!IF "$(CFG)" == "python20 - Win32 Release"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Debug"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
+
+!ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
+
+!ENDIF
+
+# End Source File
+# Begin Source File
+
SOURCE=..\Modules\yuvconvert.c
!IF "$(CFG)" == "python20 - Win32 Release"
|
