mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 23:40:57 +00:00
Use MultiThreadedDebugDLL (/MDd) in place of MultiThreadedDebug (/MTd).
This is to match r8507, which did the analogous thing for the Release configuration. http://seclists.org/nmap-dev/2013/q1/120
This commit is contained in:
parent
ecb16767e8
commit
6b095f42d2
10 changed files with 11 additions and 11 deletions
|
|
@ -60,7 +60,7 @@
|
|||
<PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers>
|
||||
<PreprocessKeepComments>false</PreprocessKeepComments>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<PrecompiledHeaderOutputFile>.\Debug/nmap.pch</PrecompiledHeaderOutputFile>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue