diff options
author | Thomas Heller <theller@ctypes.org> | 2007-07-13 13:13:40 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-07-13 13:13:40 (GMT) |
commit | 7f162881343dd970cd133cf4a433e96e1ab24586 (patch) | |
tree | 138a6fb3f51f3c8cf67ac67daa29d2ea39b09a25 /PCbuild | |
parent | 19b52545df898ec911c44e29f75badb902924c0b (diff) | |
download | cpython-7f162881343dd970cd133cf4a433e96e1ab24586.zip cpython-7f162881343dd970cd133cf4a433e96e1ab24586.tar.gz cpython-7f162881343dd970cd133cf4a433e96e1ab24586.tar.bz2 |
atexit is a builtin module now, provide that on Windows.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 1da5593..4519e9f 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -425,6 +425,9 @@ RelativePath="..\Python\ast.c"> </File> <File + RelativePath="..\Modules\atexitmodule.c"> + </File> + <File RelativePath="..\Modules\audioop.c"> </File> <File |