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.

25 lines
466 B

  1. !include $(SPEECH_ROOT)\common\common.inc
  2. MAJORCOMP=sapi5
  3. MINORCOMP=truetalk
  4. UMTYPE=console
  5. UMENTRY=wmain
  6. TARGETNAME=regvoices
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=PROGRAM
  9. NTTARGETFILES=RunProgram
  10. INCLUDES=$(INCLUDES);$(SPEECH_ROOT)\tts\common\getopt
  11. TARGETLIBS= \
  12. $(SPEECH_ROOT)\sapi\lib\$(O)\sapi.lib \
  13. $(SPEECH_ROOT)\tts\common\getopt\$(O)\getopt.lib \
  14. $(SDK_LIB_PATH)\ole32.lib \
  15. $(SDK_LIB_PATH)\user32.lib
  16. SOURCES= \
  17. regvoices.cpp