mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 05:03:33 +01:00
Windows: Fix link issue in Debug configuration for Setup project.
This commit is contained in:
parent
fe234e08ee
commit
203c7aa015
@ -65,7 +65,7 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalOptions="/NODEFAULTLIB:LIBCMTD"
|
||||
AdditionalDependencies="libcmtd.lib mpr.lib"
|
||||
AdditionalDependencies="libcmtd.lib atlsd.lib mpr.lib"
|
||||
OutputFile="$(OutDir)/VeraCryptSetup.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateManifest="false"
|
||||
|
Loading…
Reference in New Issue
Block a user