mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 15:39:05 +00:00
Change NSE_LIB_FILES in mswin32/Makefile to reflect that DLLs are in nselib-bin now. Without this "make" didn't work for me.
This commit is contained in:
@@ -5,7 +5,7 @@ export NMAP_NUM_VERSION := $(shell grep '^\#[ \t]*define[ \t]\+NMAP_NUM_VERSION'
|
||||
COMMA_VERSION=$(shell echo $(NMAP_NUM_VERSION) | tr '.' ',')
|
||||
LOGLOC=c:nmapbuild.log
|
||||
NSE_FILES = scripts/script.db scripts/*.nse
|
||||
NSE_LIB_FILES = nselib/*.lua nselib/*.dll
|
||||
NSE_LIB_FILES = nselib/*.lua nselib-bin/*.dll
|
||||
|
||||
winbuild:
|
||||
# VCExpress.exe is devenv.com with the commercial Visual Studio suite instead of VC++ Express
|
||||
|
||||
Reference in New Issue
Block a user