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.

22 lines
360 B

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