Added new files to Windows project files

More Windows related fixes are coming soon
This commit is contained in:
Christian Heimes 2008-04-18 23:40:40 +00:00
parent 607bff1ebe
commit 81ad6a185a
4 changed files with 23 additions and 4 deletions

View File

@ -583,6 +583,10 @@ SOURCE=..\..\Python\pyfpe.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pymath.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\pystate.c
# End Source File
# Begin Source File

View File

@ -715,6 +715,9 @@
<File
RelativePath="..\..\Python\pyfpe.c">
</File>
<File
RelativePath="..\..\Python\pymath.c">
</File>
<File
RelativePath="..\..\Python\pystate.c">
</File>

View File

@ -1738,6 +1738,10 @@
RelativePath="..\..\Python\pyfpe.c"
>
</File>
<File
RelativePath="..\..\Python\pymath.c"
>
</File>
<File
RelativePath="..\..\Python\pystate.c"
>

View File

@ -655,11 +655,11 @@
>
</File>
<File
RelativePath="..\Include\bytesobject.h"
RelativePath="..\Include\bytes_methods.h"
>
</File>
<File
RelativePath="..\Include\bytes_methods.h"
RelativePath="..\Include\bytesobject.h"
>
</File>
<File
@ -870,6 +870,10 @@
RelativePath="..\Include\pymactoolbox.h"
>
</File>
<File
RelativePath="..\Include\pymath.h"
>
</File>
<File
RelativePath="..\Include\pymem.h"
>
@ -1355,11 +1359,11 @@
>
</File>
<File
RelativePath="..\Objects\bytesobject.c"
RelativePath="..\Objects\bytes_methods.c"
>
</File>
<File
RelativePath="..\Objects\bytes_methods.c"
RelativePath="..\Objects\bytesobject.c"
>
</File>
<File
@ -1738,6 +1742,10 @@
RelativePath="..\Python\pyfpe.c"
>
</File>
<File
RelativePath="..\Python\pymath.c"
>
</File>
<File
RelativePath="..\Python\pystate.c"
>