windows-nt/Source/XPSP1/NT/enduser/speech/tts/common/localttsenginesite/sources
2020-09-26 16:20:57 +08:00

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 \