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

considering removing some functions suggested by Marek

This commit is contained in:
fyodor
2006-06-19 04:01:16 +00:00
parent ceccc45917
commit 22fc622b04
6 changed files with 8 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
MAKENSIS=/c/apps/NSIS/makensis.exe
VCEXPRESS="/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/VCExpress.exe"
NMAP_VERSION:=$(shell grep "export NMAP_VERSION " ../Makefile.in | cut "-d " -f4)
LOGLOC=c:nmapbuild.log
winbuild:
# VCExpress.exe is devenv.com with the commercial Visual Studio suite instead of VC++ Express
$(VCEXPRESS) nmap.sln /build release /log nmapbuild.log
$(VCEXPRESS) nmap.sln /build release /log $(LOGLOC)
$(MAKENSIS) winpcap/winpcap-nmap.nsi
rm -rf nmap-$(NMAP_VERSION)
mkdir nmap-$(NMAP_VERSION)