From 08f20fb15e659ee5e62eb42f4b5d8d1d0aadddab Mon Sep 17 00:00:00 2001 From: david Date: Thu, 29 Nov 2007 18:49:02 +0000 Subject: [PATCH] Change NSE_LIB_FILES in mswin32/Makefile to reflect that DLLs are in nselib-bin now. Without this "make" didn't work for me. --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index 3bfd02b8f..2b1b1bb33 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -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