mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
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:
parent
111146a717
commit
de3b94ac54
1 changed files with 19 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue