summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/pythoncore.dsp4
-rw-r--r--PC/VS7.1/pythoncore.vcproj3
-rw-r--r--PC/VS8.0/pythoncore.vcproj8
-rw-r--r--PC/os2emx/Makefile1
4 files changed, 16 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 653569f..d6920bc 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -603,6 +603,10 @@ SOURCE=..\..\Python\pyarena.c
# End Source File
# Begin Source File
+SOURCE=..\..\Python\pyctype.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\pyfpe.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj
index d60f792..feb4bd9 100644
--- a/PC/VS7.1/pythoncore.vcproj
+++ b/PC/VS7.1/pythoncore.vcproj
@@ -721,6 +721,9 @@
RelativePath="..\..\Python\pyarena.c">
</File>
<File
+ RelativePath="..\..\Python\pyctype.c">
+ </File>
+ <File
RelativePath="..\..\Python\pyfpe.c">
</File>
<File
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index 464e79d..699e60e 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -851,6 +851,10 @@
>
</File>
<File
+ RelativePath="..\..\Include\pyctype.h"
+ >
+ </File>
+ <File
RelativePath="..\..\Include\pydebug.h"
>
</File>
@@ -1731,6 +1735,10 @@
>
</File>
<File
+ RelativePath="..\..\Python\pyctype.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\pyfpe.c"
>
</File>
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index de42387..0db46a5 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -349,6 +349,7 @@ SRC.PYTHON= $(addprefix $(TOP), \
Python/mysnprintf.c \
Python/mystrtoul.c \
Python/pyarena.c \
+ Python/pyctype.c \
Python/pyfpe.c \
Python/pystate.c \
Python/pystrtod.c \