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
250 B
19 lines
250 B
TARGETTYPE = LIBRARY
|
|
TARGETPATH = ..\lib\$(_OBJ_DIR)
|
|
TARGETNAME = h323asn
|
|
MAJORCOMP = net
|
|
MINORCOMP = tapi
|
|
|
|
ASN1_INC =
|
|
|
|
INCLUDES= \
|
|
..\inc; \
|
|
$(ENDUSER_INC_PATH);
|
|
|
|
SOURCES = \
|
|
h225asn.c \
|
|
h245asn.c \
|
|
h4503pp.c
|
|
|
|
TARGETLIBS =
|
|
|