mirror of https://github.com/python/cpython
Rename import library for debug build to _msi_d.lib.
This commit is contained in:
parent
f0a5b09db2
commit
fb57e7e23e
|
@ -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