mirror of
https://github.com/python/cpython.git
synced 2025-11-09 14:06:30 +00:00
Add collectionsmodule.c.
Don't link with largeint.lib anymore.
This commit is contained in:
parent
12af0485f8
commit
e2879c34a1
1 changed files with 3 additions and 2 deletions
|
|
@ -40,7 +40,6 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="largeint.lib"
|
|
||||||
OutputFile="./python24.dll"
|
OutputFile="./python24.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
|
@ -108,7 +107,6 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="largeint.lib"
|
|
||||||
OutputFile="./python24_d.dll"
|
OutputFile="./python24_d.dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
|
|
@ -605,6 +603,9 @@
|
||||||
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
|
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Modules\collectionsmodule.c">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Python\compile.c">
|
RelativePath="..\Python\compile.c">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue