1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00
Files
nmap/mswin32/make-vars.h
2021-07-28 20:29:28 +00:00

10 lines
180 B
C

define IGNORE
#include "../nmap.h"
endef
#define EXPORT(_var) export $(name)##_var:= $(patsubst "%",%,$(subst " ",,NMAP##_var))
name = NMAP
EXPORT(_VERSION)
EXPORT(_NUM_VERSION)