From af7191e95429d4c451d85573f176ab23b59d8084 Mon Sep 17 00:00:00 2001 From: sean Date: Thu, 21 Jun 2012 03:17:36 +0000 Subject: [PATCH] Fixed the link error http://msdn.microsoft.com/en-us/library/3ec25010(v=vs.80).aspx (LNK4075). Essentially setting Incremental to YES is redundent and therefore ignored http://msdn.microsoft.com/en-US/library/4khtbfyf(v=vs.80) says that Incremental defaults to yes. --- mswin32/nmap.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/nmap.vcxproj b/mswin32/nmap.vcxproj index c37e7d6d7..61a84309b 100644 --- a/mswin32/nmap.vcxproj +++ b/mswin32/nmap.vcxproj @@ -44,7 +44,7 @@ true .\Release\ .\Release\ - true + false