diff options
Diffstat (limited to 'PCbuild')
-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"> |