diff options
author | Guido van Rossum <guido@python.org> | 2001-10-18 20:51:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-18 20:51:32 (GMT) |
commit | d6f8dba21787a6bbb2aca2fbb09e069ff83637ae (patch) | |
tree | e5dba7ed02944efca07b0c38143de1365b132a9f /PCbuild | |
parent | 6e6a63f01cd5dd31987a3f4f5ce29e33bea67e1b (diff) | |
download | cpython-d6f8dba21787a6bbb2aca2fbb09e069ff83637ae.zip cpython-d6f8dba21787a6bbb2aca2fbb09e069ff83637ae.tar.gz cpython-d6f8dba21787a6bbb2aca2fbb09e069ff83637ae.tar.bz2 |
add structseq.c to project
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.dsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index e4e49ea..9e6591f 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"
|