diff options
Diffstat (limited to 'PCbuild/python20.dsp')
-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"
|