diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-02-01 18:02:48 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-02-01 18:02:48 (GMT) |
commit | e2879c34a178f21b3fc6012b3afb32a368dea54a (patch) | |
tree | d1b234c341587376bf3e1cb5edeb8662895bb333 /PCbuild/pythoncore.vcproj | |
parent | 12af0485f858c8eca9a8c9ed9894a8a60f975b4c (diff) | |
download | cpython-e2879c34a178f21b3fc6012b3afb32a368dea54a.zip cpython-e2879c34a178f21b3fc6012b3afb32a368dea54a.tar.gz cpython-e2879c34a178f21b3fc6012b3afb32a368dea54a.tar.bz2 |
Add collectionsmodule.c.
Don't link with largeint.lib anymore.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 5 |
1 files changed, 3 insertions, 2 deletions
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"> |