diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-09 23:27:12 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-09 23:27:12 (GMT) |
commit | 140d67081c3df1b284991fd3a1dc84763b9d640d (patch) | |
tree | e7ef676008172e168b8679a453978aa44973c4ca /PCbuild | |
parent | 58c82f0b56e79e1682018dbb22fa1afd4f67a464 (diff) | |
download | cpython-140d67081c3df1b284991fd3a1dc84763b9d640d.zip cpython-140d67081c3df1b284991fd3a1dc84763b9d640d.tar.gz cpython-140d67081c3df1b284991fd3a1dc84763b9d640d.tar.bz2 |
Make Windows build compile new xreadlinesmodule.
Diffstat (limited to 'PCbuild')
-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 ac2d03d..df1e765 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"
|