From d6f8dba21787a6bbb2aca2fbb09e069ff83637ae Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 18 Oct 2001 20:51:32 +0000 Subject: [PATCH] add structseq.c to project --- PCbuild/pythoncore.dsp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index e4e49ea738..9e6591f08f 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -1587,6 +1587,21 @@ SOURCE=..\Modules\structmodule.c # End Source File # Begin Source File +SOURCE=..\Objects\structseq.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=..\Python\symtable.c !IF "$(CFG)" == "pythoncore - Win32 Release" -- 2.50.0