mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
305 B
19 lines
305 B
TARGETNAME=iasutil
|
|
TARGETTYPE=LIBRARY
|
|
!include ..\..\sources.inc
|
|
|
|
INCLUDES=$(IASDIR)\services\inc;$(IASDIR)\inc;$(IASDIR)\inc\$(O)
|
|
|
|
SOURCES=\
|
|
attrcvt.cpp \
|
|
iastl.cpp \
|
|
iastrace.c \
|
|
iasutf8.c \
|
|
iasutil.cpp \
|
|
inet_addra.c \
|
|
inet_addrw.c \
|
|
perimeter.cpp \
|
|
portparser.cpp \
|
|
regex.cpp \
|
|
tracex.cpp
|
|
|