diff options
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 1d2415cd8b..391510becd 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -329,6 +329,10 @@ SOURCE=..\dl_nt.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\dtoa.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\dynload_win.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 1b50c0b6ea..c24332f7be 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -512,6 +512,9 @@ RelativePath="..\..\PC\dl_nt.c"> </File> <File + RelativePath="..\..\Python\dtoa.c"> + </File> + <File RelativePath="..\..\Python\dynload_win.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 6a62eee8b1..bc249bcd1e 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -715,6 +715,10 @@ > </File> <File + RelativePath="..\..\Include\dtoa.h" + > + </File> + <File RelativePath="..\..\Include\enumobject.h" > </File> |