Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
447 B

!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 \