diff options
author | Thomas Heller <theller@ctypes.org> | 2004-04-22 17:03:33 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2004-04-22 17:03:33 (GMT) |
commit | 8598b1003732fe5c658d168794d61c718d62d658 (patch) | |
tree | 04159ae3420e664debfa270b3f2e0b58ed603f41 /PCbuild | |
parent | 54d1a3b920ad3aecee4e4a3ba5ba24bd2ce55148 (diff) | |
download | cpython-8598b1003732fe5c658d168794d61c718d62d658.zip cpython-8598b1003732fe5c658d168794d61c718d62d658.tar.gz cpython-8598b1003732fe5c658d168794d61c718d62d658.tar.bz2 |
Modules/heapqmodule.c removed.
Modules/_heapmodule.c added.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index c6d37d9..953ccf9 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -207,6 +207,9 @@ RelativePath="..\Modules\cjkcodecs\_gbk.c"> </File> <File + RelativePath="..\Modules\_heapmodule.c"> + </File> + <File RelativePath="..\Modules\_hotshot.c"> <FileConfiguration Name="Release|Win32"> @@ -1199,25 +1202,6 @@ </FileConfiguration> </File> <File - RelativePath="..\Modules\heapqmodule.c"> - <FileConfiguration - Name="Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/> - </FileConfiguration> - </File> - <File RelativePath="..\Modules\imageop.c"> <FileConfiguration Name="Release|Win32"> |