1
0
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:
david
2007-11-29 18:49:02 +00:00
parent f556d793f4
commit 08f20fb15e

View File

@@ -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