1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

15 Commits

Author SHA1 Message Date
dmiller
40b5bda3ac Consistent Windows build parameters 2025-04-15 23:58:46 +00:00
dmiller
34e0769329 Upgrade liblinear to 2.47 2024-02-28 18:18:35 +00:00
dmiller
5707fb14c5 Upgrade to VS 2019 2021-07-19 23:58:02 +00:00
dmiller
50054e6ed7 Update platform toolset to remove XP compatibility 2016-06-04 02:46:11 +00:00
dmiller
47ac4e421e Clean up some windows build errors due to misapplication of a patch 2015-11-12 19:38:47 +00:00
dmiller
37d517b32e Use XP compatibility SDK, because users are complaining 2015-11-10 16:47:35 +00:00
dmiller
0952bed032 Merge final changes to support VS2013 build
Changes:

* Fix a collision of the name PS_NONE with a different constant in shlobj.h
* Update solution and project files for VS2013
* Update the NSIS installer to reference the VC 2013 redistributable
2015-01-17 04:35:01 +00:00
david
ce51d8c4da Use the default value of MultiThreadedDLL where possible. 2013-02-09 20:30:01 +00:00
david
6b095f42d2 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
2013-02-09 20:29:55 +00:00
sean
43889ae495 Changed the active(release) compile setting from MT to MD to bring it in line with all of the other Nmap projects to fix the '
8>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library'
2012-06-21 05:06:34 +00:00
sean
0c4e3d0446 Fixed the MSB8004 warning (Trailing slashes) by addind a slash at the end of the target for All Configurations.
Fixed the 4996 warnings (Use of the Microsoft *_s functions in liblinear) by changing the compilier command to ignore those particular warnings.
2012-06-09 02:24:48 +00:00
david
30e6802bf0 Put ar flags in commands, not in the AR variable.
AR was set to "ar rcv", which caused an error when AR was overridden
because the "rcv" flags were lost. This was noticed and fixed by Nuno
Gonçalves.
2012-01-08 21:21:22 +00:00
david
23a294ad3c Change another "make" to "$(MAKE)", thanks olli hauer. 2011-09-23 21:15:09 +00:00
david
3efe011acc Use $(MAKE) instead of make for systems that need gmake. 2011-09-21 07:31:33 +00:00
david
9bf2ec3884 Merge from /nmap-exp/luis/nmap-os6.
svn merge --ignore-ancestry svn://svn.insecure.org/nmap@26621 svn://svn.insecure.org/nmap-exp/luis/nmap-os6

This is the IPv6 OS detection branch. "nmap -6 -O" works now, though at
this point it only prints fingerprints and not OS guesses, because we
need to collect more submissions.
2011-09-19 18:31:46 +00:00