1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 20:09:02 +00:00

Use /out instead of /log in command-line Windows build.

/log seems to be IDE internal logging, and has always been useless to
me. /out gives you the error messages you see in the build window in the
IDE.

http://msdn.microsoft.com/en-us/library/ms241272(v=vs.100).aspx
http://msdn.microsoft.com/en-us/library/ahky453h(v=vs.100).aspx
This commit is contained in:
david
2013-03-01 05:09:39 +00:00
parent 2d40aacd34
commit cac0880ca6

View File

@@ -10,8 +10,8 @@ NMAP_MSWIN32_AUX = ../../nmap-mswin32-aux
winbuild: nmap.rc nsis/Nmap.nsi LICENSE
# VCExpress.exe is devenv.com with the commercial Visual Studio suite instead of VC++ Express
"$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC)
"$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC)
"$(VCEXPRESS)" nmap.sln /build release /out $(LOGLOC)
"$(VCEXPRESS)" nmap.sln /build release /project nmap-update /out $(LOGLOC)
$(MAKENSIS) winpcap/winpcap-nmap.nsi
rm -rf nmap-$(NMAP_VERSION)
rm -f nmap-$(NMAP_VERSION)-win32.zip