diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 9 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 |
3 files changed, 18 insertions, 3 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 34ad169..295176f 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -369,6 +369,10 @@ SOURCE=..\..\Objects\fileobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\fileutils.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Parser\firstsets.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4478b72..6dc6ba0 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -436,6 +436,9 @@ RelativePath="..\..\Modules\_time.c"> </File> <File + RelativePath="..\..\Python\_warnings.c"> + </File> + <File RelativePath="..\..\Modules\_weakref.c"> </File> <File @@ -448,9 +451,6 @@ RelativePath="..\..\Modules\arraymodule.c"> </File> <File - RelativePath="..\..\Python\_warnings.c"> - </File> - <File RelativePath="..\..\Python\asdl.c"> </File> <File @@ -547,6 +547,9 @@ RelativePath="..\..\Objects\fileobject.c"> </File> <File + RelativePath="..\..\Python\fileutils.c"> + </File> + <File RelativePath="..\..\Parser\firstsets.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 96f0544..1638311 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -723,6 +723,10 @@ > </File> <File + RelativePath="..\..\Include\fileutils.h" + > + </File> + <File RelativePath="..\..\Include\floatobject.h" > </File> @@ -1687,6 +1691,10 @@ > </File> <File + RelativePath="..\..\Python\fileutils.c" + > + </File> + <File RelativePath="..\..\Python\formatter_unicode.c" > </File> |