Staging
v0.5.1
https://github.com/python/cpython
Revision 8b2b8dbefa7d10620d59fd9785e2db23292c7124 authored by Christian Heimes on 27 November 2007, 13:09:25 UTC, committed by Christian Heimes on 27 November 2007, 13:09:25 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r59190 | thomas.heller | 2007-11-27 13:22:11 +0100 (Tue, 27 Nov 2007) | 3 lines

  Remove unused global variable, and remove unneeded COMError.__str__
  implementation in C.
........
1 parent 578d7ab
Raw File
Tip revision: 8b2b8dbefa7d10620d59fd9785e2db23292c7124 authored by Christian Heimes on 27 November 2007, 13:09:25 UTC
Merged revisions 59187-59192 via svnmerge from
Tip revision: 8b2b8db
python.build
<?xml version="1.0"?>
<project>
 <target name="all" description="Build all targets.">
   <solution configuration="release">
     <projects>
       <include name="make_versioninfo.vcproj" />
     </projects>
   </solution>
   <exec program="make_versioninfo" output="pythonnt_rc.h" />

   <solution configuration="release" solutionfile="pcbuild.sln">
     <excludeprojects>
       <include name="_tkinter.vcproj" />
       <include name="bz2.vcproj" />
       <include name="_bsddb.vcproj" />
       <include name="_sqlite3.vcproj" />
       <include name="_ssl.vcproj" />
     </excludeprojects>
   </solution>
 </target>
</project>
back to top