diff options
author | Raymond Hettinger <python@rcn.com> | 2010-07-31 23:33:22 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-07-31 23:33:22 (GMT) |
commit | f0f2e65a54e66a6137dc8cd7b580f3775985c556 (patch) | |
tree | ccca4454c619637f24f71d4115c5d1fb3f8e466f /PC | |
parent | d67075e06d901bf008875d41dc4cd1c4e82a1e5a (diff) | |
download | cpython-f0f2e65a54e66a6137dc8cd7b580f3775985c556.zip cpython-f0f2e65a54e66a6137dc8cd7b580f3775985c556.tar.gz cpython-f0f2e65a54e66a6137dc8cd7b580f3775985c556.tar.bz2 |
Fix build on VS8.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 4c19e40..9edd99e 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1091,7 +1091,7 @@ > </File> <File - RelativePath="..\..\Modules\datetimemodule.c" + RelativePath="..\..\Modules\_datetimemodule.c" > </File> <File |