Author: martin.v.loewis
Date: Fri Sep 14 09:03:21 2007
New Revision: 58153

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/PCbuild/_msi.vcproj
   python/branches/py3k/Tools/buildbot/clean.bat
Log:
Merged revisions 58149-58150 via svnmerge from 
svn+ssh://[EMAIL PROTECTED]/python/trunk

........
  r58149 | martin.v.loewis | 2007-09-14 08:49:43 +0200 (Fr, 14 Sep 2007) | 3 
lines
  
  Clean both Release and Debug projects, to support
  the MSI builder.
........
  r58150 | martin.v.loewis | 2007-09-14 08:50:21 +0200 (Fr, 14 Sep 2007) | 2 
lines
  
  Rename import library for debug build to _msi_d.lib.
........


Modified: python/branches/py3k/PCbuild/_msi.vcproj
==============================================================================
--- python/branches/py3k/PCbuild/_msi.vcproj    (original)
+++ python/branches/py3k/PCbuild/_msi.vcproj    Fri Sep 14 09:03:21 2007
@@ -42,7 +42,7 @@
                                GenerateDebugInformation="TRUE"
                                ProgramDatabaseFile=".\./_msi_d.pdb"
                                BaseAddress="0x1D160000"
-                               ImportLibrary=".\./_msi.lib"
+                               ImportLibrary=".\./_msi_d.lib"
                                TargetMachine="1"/>
                        <Tool
                                Name="VCMIDLTool"/>

Modified: python/branches/py3k/Tools/buildbot/clean.bat
==============================================================================
--- python/branches/py3k/Tools/buildbot/clean.bat       (original)
+++ python/branches/py3k/Tools/buildbot/clean.bat       Fri Sep 14 09:03:21 2007
@@ -3,4 +3,5 @@
 cd PCbuild
 @echo Deleting .pyc/.pyo files ...
 python_d.exe rmpyc.py
+devenv.com /clean Release pcbuild.sln
 devenv.com /clean Debug pcbuild.sln
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to