17 lines
217 B
Plaintext
17 lines
217 B
Plaintext
|
!include $(SPEECH_ROOT)\common\common.inc
|
||
|
|
||
|
MAJORCOMP=sapi5
|
||
|
MINORCOMP=ttscommonlib
|
||
|
|
||
|
TARGETNAME=sigproc
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
SOURCES= \
|
||
|
sigproc.cpp \
|
||
|
lpc.cpp \
|
||
|
nid.cpp \
|
||
|
resample.cpp \
|
||
|
window.cpp
|
||
|
|