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.
21 lines
350 B
21 lines
350 B
MAJORCOMP=
|
|
|
|
TARGETNAME= icodec
|
|
TARGETTYPE= LIBRARY
|
|
TARGETPATH= obj
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\ks.lib
|
|
|
|
INCLUDES=\
|
|
$(BASEDIR)\inc; \
|
|
$(BASE_INC_PATH); \
|
|
..\inc;
|
|
|
|
SOURCES= iks.cpp \
|
|
ccdecode.cpp \
|
|
igemstar.cpp \
|
|
nabts.cpp \
|
|
nabtsfec.cpp \
|
|
icodec.cpp
|
|
|