Kaydet (Commit) fb57e7e2 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Rename import library for debug build to _msi_d.lib.

üst f0a5b09d
...@@ -42,7 +42,7 @@ ...@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment