From de3b94ac54868859d0060be22383f87dc98b1605 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 16 Feb 2009 18:50:36 +0000 Subject: [PATCH] Remove the /OPT:NOWIN98 option from the Windows linker options. This gets rid of a warning: 6>Linking... 6>LINK : warning LNK4224: /OPT:NOWIN98 is no longer supported; ignored --- mswin32/nmap.vcproj | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/mswin32/nmap.vcproj b/mswin32/nmap.vcproj index 1cee0e841..118d95a96 100644 --- a/mswin32/nmap.vcproj +++ b/mswin32/nmap.vcproj @@ -174,7 +174,7 @@ DelayLoadDLLs="packet.dll,wpcap.dll,iphlpapi.dll" ProgramDatabaseFile=".\Release/nmap.pdb" SubSystem="1" - OptimizeForWindows98="1" + OptimizeForWindows98="0" RandomizedBaseAddress="1" DataExecutionPrevention="0" TargetMachine="1" @@ -258,6 +258,14 @@ RelativePath="..\NmapOutputTable.cc" > + + + + @@ -282,20 +290,12 @@ RelativePath="..\nse_nsock.cc" > - - - - + + + + @@ -479,20 +487,12 @@ RelativePath="..\nse_nsock.h" > - - - -