mirror of https://github.com/python/cpython
Backport 58150: Rename debug import lib to _msi_d.lib.
This commit is contained in:
parent
782c4179c6
commit
3af4220746
|
@ -42,7 +42,7 @@
|
|||
GenerateDebugInformation="TRUE"
|
||||
ProgramDatabaseFile=".\./_msi_d.pdb"
|
||||
BaseAddress="0x1D160000"
|
||||
ImportLibrary=".\./_msi.lib"
|
||||
ImportLibrary=".\./_msi_d.lib"
|
||||
TargetMachine="1"/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"/>
|
||||
|
|
Loading…
Reference in New Issue