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 /PCbuild | |
parent | 6ecb1a3145b6df2c532779902651a6913535581a (diff) | |
download | cpython-957320a08a8f680735e5f619d9649bca969a10dc.zip cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.gz cpython-957320a08a8f680735e5f619d9649bca969a10dc.tar.bz2 |
Fixed compile error on windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 0d3d71e..1b9056a 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1459,6 +1459,10 @@ > </File> <File + RelativePath="..\Objects\memoryobject.c" + > + </File> + <File RelativePath="..\Objects\methodobject.c" > </File> |