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

  1. !include $(SPEECH_ROOT)\common\common.inc
  2. MAJORCOMP=sapi5
  3. MINORCOMP=ttscommonlib
  4. DLLENTRY=_DllMainCRTStartup
  5. TARGETNAME=LocalTTSEngineSite
  6. TARGETPATH=$(_OBJ_DIR)
  7. TARGETTYPE=LIBRARY
  8. INCLUDES=$(INCLUDES);$(SPEECH_ROOT)\tts\common\vapiio;$(SPEECH_ROOT)\tts\common\tsm;
  9. DEFFILE=msprompteng.def
  10. TARGETLIBS=\
  11. $(SPEECH_ROOT)\tts\common\vapiio\$(O)\vapiio.lib \
  12. $(SPEECH_ROOT)\tts\common\tsm\$(O)\tsm.lib \
  13. SOURCES= \
  14. localttsenginesite.cpp \