Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5b8e04

Browse files
committed
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. ........
1 parent 5a885d7 commit a5b8e04

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

PCbuild/_msi.vcproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
GenerateDebugInformation="TRUE"
4343
ProgramDatabaseFile=".\./_msi_d.pdb"
4444
BaseAddress="0x1D160000"
45-
ImportLibrary=".\./_msi.lib"
45+
ImportLibrary=".\./_msi_d.lib"
4646
TargetMachine="1"/>
4747
<Tool
4848
Name="VCMIDLTool"/>

Tools/buildbot/clean.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ call "%VS71COMNTOOLS%vsvars32.bat"
33
cd PCbuild
44
@echo Deleting .pyc/.pyo files ...
55
python_d.exe rmpyc.py
6+
devenv.com /clean Release pcbuild.sln
67
devenv.com /clean Debug pcbuild.sln

0 commit comments

Comments
 (0)