17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
|
!include $(SPEECH_ROOT)\common\common.inc
|
||
|
|
||
|
MAJORCOMP=sapi5
|
||
|
MINORCOMP=ttscommonlib
|
||
|
|
||
|
TARGETNAME=tsm
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(INCLUDES);..\..\common\vapiio
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SPEECH_ROOT)\tts\common\vapiio\$(O)\vapiio.lib
|
||
|
|
||
|
SOURCES= \
|
||
|
tsm.cpp
|