mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Rename import library for debug build to _msi_d.lib.
This commit is contained in:
parent
f0a5b09db2
commit
fb57e7e23e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile=".\./_msi_d.pdb"
|
ProgramDatabaseFile=".\./_msi_d.pdb"
|
||||||
BaseAddress="0x1D160000"
|
BaseAddress="0x1D160000"
|
||||||
ImportLibrary=".\./_msi.lib"
|
ImportLibrary=".\./_msi_d.lib"
|
||||||
TargetMachine="1"/>
|
TargetMachine="1"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCMIDLTool"/>
|
Name="VCMIDLTool"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue