24 lines
447 B
Plaintext
24 lines
447 B
Plaintext
|
!include $(SPEECH_ROOT)\common\common.inc
|
||
|
|
||
|
MAJORCOMP=sapi5
|
||
|
MINORCOMP=ttscommonlib
|
||
|
|
||
|
DLLENTRY=_DllMainCRTStartup
|
||
|
|
||
|
TARGETNAME=LocalTTSEngineSite
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=$(INCLUDES);$(SPEECH_ROOT)\tts\common\vapiio;$(SPEECH_ROOT)\tts\common\tsm;
|
||
|
|
||
|
DEFFILE=msprompteng.def
|
||
|
|
||
|
TARGETLIBS=\
|
||
|
$(SPEECH_ROOT)\tts\common\vapiio\$(O)\vapiio.lib \
|
||
|
$(SPEECH_ROOT)\tts\common\tsm\$(O)\tsm.lib \
|
||
|
|
||
|
|
||
|
SOURCES= \
|
||
|
localttsenginesite.cpp \
|
||
|
|