diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-03 03:54:08 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-04-03 03:54:08 (GMT) |
commit | 957320a08a8f680735e5f619d9649bca969a10dc (patch) | |
tree | a3df9a318813e8ead98d1195a0f11dfd6bc3632d /PC | |
parent | 6ecb1a3145b6df2c532779902651a6913535581a (diff) | |
download | cpython-957320a08a8f680735e5f619d9649bca969a10dc.zip cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.gz cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.bz2 |
Fixed compile error on windows.
Diffstat (limited to 'PC')
-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 |
3 files changed, 11 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 756e271..38d450b 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -519,6 +519,10 @@ SOURCE=..\..\Modules\md5module.c # End Source File
# Begin Source File
+SOURCE=..\..\Objects\memoryobject.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Parser\metagrammar.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 601bfa0..672db12 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -659,6 +659,9 @@ RelativePath="..\..\Modules\md5module.c"> </File> <File + RelativePath="..\..\Objects\memoryobject.c"> + </File> + <File RelativePath="..\..\Parser\metagrammar.c"> </File> <File diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index d1be268..e0a5337 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1459,6 +1459,10 @@ > </File> <File + RelativePath="..\..\Objects\memoryobject.c" + > + </File> + <File RelativePath="..\..\Objects\methodobject.c" > </File> |