From 117a899e4dda2faa3d8476752ce612def935ae75 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Mon, 30 Nov 2009 21:51:30 +0000 Subject: [PATCH] Add dtoa.c and dtoa.h to the relevant project files. --- PC/VC6/pythoncore.dsp | 4 ++++ PC/VS7.1/pythoncore.vcproj | 3 +++ PC/VS8.0/pythoncore.vcproj | 4 ++++ 3 files changed, 11 insertions(+) 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 @@ -511,6 +511,9 @@ + + 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 @@ -714,6 +714,10 @@ RelativePath="..\..\Include\dictobject.h" > + + -- 2.40.0