summaryrefslogtreecommitdiff
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/pythoncore.dsp4
-rw-r--r--PC/os2emx/Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 28ff8c889a..937329839a 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -257,6 +257,10 @@ SOURCE=..\..\Objects\bytes_methods.c
# End Source File
# Begin Source File
+SOURCE=..\..\Objects\capsule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 09ed1a71d2..bf2e4862d6 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -384,6 +384,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/bytes_methods.c \
Objects/cellobject.c \
Objects/classobject.c \
+ Objects/capsule.c \
Objects/cobject.c \
Objects/codeobject.c \
Objects/complexobject.c \