From 6b095f42d276c44bb48701fd65fe9bfc019cddab Mon Sep 17 00:00:00 2001 From: david Date: Sat, 9 Feb 2013 20:29:55 +0000 Subject: [PATCH] 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 --- libdnet-stripped/libdnet-stripped.vcxproj | 2 +- liblinear/liblinear.vcxproj | 2 +- liblua/liblua.vcxproj | 2 +- libnetutil/libnetutil.vcxproj | 2 +- libpcre/libpcre.vcxproj | 2 +- mswin32/nmap.vcxproj | 2 +- nbase/nbase.vcxproj | 2 +- ncat/ncat.vcxproj | 2 +- nping/nping.vcxproj | 2 +- nsock/nsock.vcxproj | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libdnet-stripped/libdnet-stripped.vcxproj b/libdnet-stripped/libdnet-stripped.vcxproj index 2a85a7bdd..425ab71cc 100755 --- a/libdnet-stripped/libdnet-stripped.vcxproj +++ b/libdnet-stripped/libdnet-stripped.vcxproj @@ -52,7 +52,7 @@ WIN32;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 diff --git a/liblinear/liblinear.vcxproj b/liblinear/liblinear.vcxproj index 2af6b0955..3c466984d 100755 --- a/liblinear/liblinear.vcxproj +++ b/liblinear/liblinear.vcxproj @@ -64,7 +64,7 @@ Level3 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDebugDLL /D_CRT_SECURE_NO_WARNINGS=1 %(AdditionalOptions) diff --git a/liblua/liblua.vcxproj b/liblua/liblua.vcxproj index 08d138cd1..327ebfa32 100644 --- a/liblua/liblua.vcxproj +++ b/liblua/liblua.vcxproj @@ -51,7 +51,7 @@ Default - MultiThreadedDebug + MultiThreadedDebugDLL false false false diff --git a/libnetutil/libnetutil.vcxproj b/libnetutil/libnetutil.vcxproj index 6b9e9551a..5df17cba1 100644 --- a/libnetutil/libnetutil.vcxproj +++ b/libnetutil/libnetutil.vcxproj @@ -49,7 +49,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 diff --git a/libpcre/libpcre.vcxproj b/libpcre/libpcre.vcxproj index f7b51ebaa..8f5653a00 100644 --- a/libpcre/libpcre.vcxproj +++ b/libpcre/libpcre.vcxproj @@ -48,7 +48,7 @@ WIN32;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 diff --git a/mswin32/nmap.vcxproj b/mswin32/nmap.vcxproj index 21cc20f51..7aa186b96 100644 --- a/mswin32/nmap.vcxproj +++ b/mswin32/nmap.vcxproj @@ -58,7 +58,6 @@ false false EnableFastChecks - MultiThreadedDebug .\Debug/nmap.pch @@ -69,6 +68,7 @@ true EditAndContinue CompileAsCpp + MultiThreadedDebugDLL liblua.lib;nsock.lib;libpcre.lib;nbase.lib;libdnet-stripped.lib;liblinear.lib;ws2_32.lib;IPHlpAPI.Lib;wpcap.lib;packet.lib;advapi32.lib;libeay32.lib;ssleay32.lib;shell32.lib;libnetutil.lib diff --git a/nbase/nbase.vcxproj b/nbase/nbase.vcxproj index 8ae49e023..1e39e4b90 100644 --- a/nbase/nbase.vcxproj +++ b/nbase/nbase.vcxproj @@ -63,7 +63,7 @@ WIN32;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 diff --git a/ncat/ncat.vcxproj b/ncat/ncat.vcxproj index 508660c13..0885909ed 100644 --- a/ncat/ncat.vcxproj +++ b/ncat/ncat.vcxproj @@ -73,7 +73,7 @@ .;..;../nbase;..\nsock\include;..\mswin32\pcap-include;..\..\nmap-mswin32-aux\OpenSSL\include;%(AdditionalIncludeDirectories) WIN32;_CONSOLE;%(PreprocessorDefinitions) EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL .\Debug/ncat.pch diff --git a/nping/nping.vcxproj b/nping/nping.vcxproj index 732e7d8b6..b54db1cdb 100644 --- a/nping/nping.vcxproj +++ b/nping/nping.vcxproj @@ -60,7 +60,7 @@ false false EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL .\Debug/nmap.pch diff --git a/nsock/nsock.vcxproj b/nsock/nsock.vcxproj index a8713db6d..b3c7a7651 100644 --- a/nsock/nsock.vcxproj +++ b/nsock/nsock.vcxproj @@ -94,7 +94,7 @@ EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3 @@ -151,7 +151,7 @@ EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Level3