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
This commit is contained in:
david 2009-02-16 18:50:36 +00:00
parent 111146a717
commit de3b94ac54

View file

@ -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"
>
</File>
<File
RelativePath="..\nse_binlib.cc"
>
</File>
<File
RelativePath="..\nse_bit.cc"
>
</File>
<File
RelativePath="..\nse_debug.cc"
>
@ -282,20 +290,12 @@
RelativePath="..\nse_nsock.cc"
>
</File>
<File
RelativePath="..\nse_pcrelib.cc"
>
</File>
<File
RelativePath="..\nse_binlib.cc"
>
</File>
<File
RelativePath="..\nse_openssl.cc"
>
</File>
<File
RelativePath="..\nse_bit.cc"
RelativePath="..\nse_pcrelib.cc"
>
</File>
<File
@ -451,6 +451,14 @@
RelativePath="..\NmapOutputTable.h"
>
</File>
<File
RelativePath="..\nse_binlib.h"
>
</File>
<File
RelativePath="..\nse_bit.h"
>
</File>
<File
RelativePath="..\nse_debug.h"
>
@ -479,20 +487,12 @@
RelativePath="..\nse_nsock.h"
>
</File>
<File
RelativePath="..\nse_pcrelib.h"
>
</File>
<File
RelativePath="..\nse_binlib.h"
>
</File>
<File
RelativePath="..\nse_openssl.h"
>
</File>
<File
RelativePath="..\nse_bit.h"
RelativePath="..\nse_pcrelib.h"
>
</File>
<File