windows-nt/Source/XPSP1/NT/enduser/speech/tts/common/localttsenginesite/sources

24 lines
447 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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 \