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/VS7.1 | |
parent | 6ecb1a3145b6df2c532779902651a6913535581a (diff) | |
download | cpython-957320a08a8f680735e5f619d9649bca969a10dc.zip cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.gz cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.bz2 |
Fixed compile error on windows.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
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 |