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