15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
|
!include $(SPEECH_ROOT)\common\common.inc
|
||
|
|
||
|
MAJORCOMP=sapi5
|
||
|
MINORCOMP=ttscommonlib
|
||
|
|
||
|
TARGETNAME=fmtconvert
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(INCLUDES);..\sigproc;..\vapiio
|
||
|
|
||
|
SOURCES= \
|
||
|
fmtconvert.cpp
|
||
|
|