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 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
4 files changed, 15 insertions, 4 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index adcef6a..9ee1eba 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -197,6 +197,10 @@ SOURCE=..\..\Modules\arraymodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\_warnings.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\asdl.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 3a20a41..6497d28 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -413,6 +413,9 @@ RelativePath="..\..\Modules\arraymodule.c"> </File> <File + RelativePath="..\..\Python\_warnings.c"> + </File> + <File RelativePath="..\..\Python\asdl.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 6525934..af92d98 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1615,6 +1615,10 @@ Name="Python"
>
<File
+ RelativePath="..\..\Python\_warnings.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\asdl.c"
>
</File>
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index bdbeef6..11b8345 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1615,6 +1615,10 @@ Name="Python" > <File + RelativePath="..\Python\_warnings.c" + > + </File> + <File RelativePath="..\Python\asdl.c" > </File> @@ -1778,10 +1782,6 @@ RelativePath="..\Python\traceback.c" > </File> - <File - RelativePath="..\Python\_warnings.c" - > - </File> </Filter> <Filter Name="Resource Files" |