[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.4,
1.5
loewis at projects.sourceforge.net
loewis at projects.sourceforge.net
Sun Feb 1 13:02:50 EST 2004
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17631
Modified Files:
pythoncore.vcproj
Log Message:
Add collectionsmodule.c.
Don't link with largeint.lib anymore.
Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pythoncore.vcproj 21 Jan 2004 07:54:02 -0000 1.4
--- pythoncore.vcproj 1 Feb 2004 18:02:48 -0000 1.5
***************
*** 41,45 ****
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="largeint.lib"
OutputFile="./python24.dll"
LinkIncremental="1"
--- 41,44 ----
***************
*** 109,113 ****
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="largeint.lib"
OutputFile="./python24_d.dll"
LinkIncremental="1"
--- 108,111 ----
***************
*** 607,610 ****
--- 605,611 ----
</File>
<File
+ RelativePath="..\Modules\collectionsmodule.c">
+ </File>
+ <File
RelativePath="..\Python\compile.c">
<FileConfiguration
More information about the Python-checkins
mailing list