Commit e2879c34 authored by Martin v. Löwis's avatar Martin v. Löwis

Add collectionsmodule.c.

Don't link with largeint.lib anymore.
parent 12af0485
......@@ -40,7 +40,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="largeint.lib"
OutputFile="./python24.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
......@@ -108,7 +107,6 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="largeint.lib"
OutputFile="./python24_d.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
......@@ -605,6 +603,9 @@
PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
</FileConfiguration>
</File>
<File
RelativePath="..\Modules\collectionsmodule.c">
</File>
<File
RelativePath="..\Python\compile.c">
<FileConfiguration
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment