Add collectionsmodule.c.
Don't link with largeint.lib anymore.
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index 6785f57..c6d37d9 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -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"
@@ -606,6 +604,9 @@
 			</FileConfiguration>
 		</File>
 		<File
+			RelativePath="..\Modules\collectionsmodule.c">
+		</File>
+		<File
 			RelativePath="..\Python\compile.c">
 			<FileConfiguration
 				Name="Release|Win32">