diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 | ||||
-rw-r--r-- | PC/os2emx/Makefile | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index b5b4f58..a1a2501 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -508,6 +508,9 @@ RelativePath="..\..\PC\config.c"> </File> <File + RelativePath="..\..\Python\dynamic_annotations.c"> + </File> + <File RelativePath="..\..\Modules\datetimemodule.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 86d440a..d5325fc 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -707,6 +707,10 @@ > </File> <File + RelativePath="..\..\Include\dynamic_annotations.h" + > + </File> + <File RelativePath="..\..\Include\enumobject.h" > </File> @@ -1655,6 +1659,10 @@ > </File> <File + RelativePath="..\..\Python\dynamic_annotations.c" + > + </File> + <File RelativePath="..\..\Python\dtoa.c" > </File> diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile index 0db46a5..d9cded7 100644 --- a/PC/os2emx/Makefile +++ b/PC/os2emx/Makefile @@ -332,6 +332,7 @@ SRC.PYTHON= $(addprefix $(TOP), \ Python/ceval.c \ Python/compile.c \ Python/codecs.c \ + Python/dynamic_annotations.c \ Python/errors.c \ Python/frozen.c \ Python/frozenmain.c \ |