summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-04-18 23:40:40 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-04-18 23:40:40 (GMT)
commit81ad6a185aec0f6d146151e9eaee68b19fa7880e (patch)
tree832e43618b95752d44ca9e73a8fb8b6f58bff3e7 /PC
parent607bff1ebe81e869697e228322da4c308e8753a5 (diff)
downloadcpython-81ad6a185aec0f6d146151e9eaee68b19fa7880e.zip
cpython-81ad6a185aec0f6d146151e9eaee68b19fa7880e.tar.gz
cpython-81ad6a185aec0f6d146151e9eaee68b19fa7880e.tar.bz2
Added new files to Windows project files
More Windows related fixes are coming soon
Diffstat (limited to 'PC')
-rw-r--r--PC/VC6/pythoncore.dsp4
-rw-r--r--PC/VS7.1/pythoncore.vcproj3
-rw-r--r--PC/VS8.0/pythoncore.vcproj4
3 files changed, 11 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 9ee1eba..3d80857 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -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
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj
index 6497d28..4d7943b 100644
--- a/PC/VS7.1/pythoncore.vcproj
+++ b/PC/VS7.1/pythoncore.vcproj
@@ -716,6 +716,9 @@
RelativePath="..\..\Python\pyfpe.c">
</File>
<File
+ RelativePath="..\..\Python\pymath.c">
+ </File>
+ <File
RelativePath="..\..\Python\pystate.c">
</File>
<File
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj
index af92d98..624cf4d 100644
--- a/PC/VS8.0/pythoncore.vcproj
+++ b/PC/VS8.0/pythoncore.vcproj
@@ -1739,6 +1739,10 @@
>
</File>
<File
+ RelativePath="..\..\Python\pymath.c"
+ >
+ </File>
+ <File
RelativePath="..\..\Python\pystate.c"
>
</File>