Leaked source code of windows server 2003
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.

121 lines
3.7 KiB

  1. !if 0
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. from template created 12-Apr-1990 by Steve Wood (stevewo)
  12. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  13. !endif
  14. TARGET_BOTH = 1
  15. NOT_UNICODE = 1
  16. PRECOMPILED_CXX = 1
  17. !if 0
  18. #
  19. # Fusionized
  20. #
  21. SXS_ASSEMBLY_NAME=Microsoft.Windows.Speech.Dictation-PropPage
  22. SXS_ASSEMBLY_VERSION=1.0
  23. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  24. SXS_MANIFEST=sptip.manifest
  25. SXS_MANIFEST_IN_RESOURCES=1
  26. SXS_MANIFEST_RESOURCE_ID=123
  27. SXS_NO_BINPLACE=1
  28. !endif
  29. !include ..\common.inc
  30. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  31. TARGETTYPE = DYNLINK
  32. TARGETNAME = sptip
  33. TARGETPATH = $(_OBJ_DIR)
  34. UMTYPE = windows
  35. DLLENTRY = _DllMainCRTStartup
  36. DLLDEF = sapilayr.def
  37. PRECOMPILED_INCLUDE = private.h
  38. INCLUDES = $(INCLUDES); \
  39. $(CICERO_DIR)\mscandui\$O;
  40. TARGETLIBS = $(CICERO_LIBS2) \
  41. $(CICERO_DIR)\muilib\$(O)\muilib.lib \
  42. $(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\gdi32.lib \
  45. $(SDK_LIB_PATH)\advapi32.lib \
  46. $(CICERO_DIR)\mscandui\$(O)\mscandui.lib \
  47. $(SDK_LIB_PATH)\sapi.lib \
  48. $(SDK_LIB_PATH)\uuid.lib \
  49. $(SDK_LIB_PATH)\ole32.lib \
  50. $(SDK_LIB_PATH)\htmlhelp.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \
  52. $(SDK_LIB_PATH)\oldnames.lib \
  53. $(SDK_LIB_PATH)\oleacc.lib
  54. USE_MSVCRT = 1
  55. USE_STATIC_ATL=1
  56. ATL_VER=30
  57. !if defined(SAPI_PERF_DEBUG)
  58. C_DEFINES = $(C_DEFINES) -DSAPI_PERF_DEBUG
  59. !endif
  60. SOURCES = sapilayr.rc \
  61. # correctionimx.cpp \
  62. crtfree.cpp \
  63. cutil.cpp \
  64. debug.c \
  65. dictctxt.cpp \
  66. fnrecon.cpp \
  67. globals.cpp \
  68. init.cpp \
  69. lbarsink.cpp \
  70. lmobj.cpp \
  71. lmlattic.cpp \
  72. miscfunc.cpp \
  73. nui.cpp \
  74. propstor.cpp \
  75. playback.cpp \
  76. sapilayr.cpp \
  77. server.cpp \
  78. sptask.cpp \
  79. learndoc.cpp \
  80. adddelete.cpp \
  81. sysbtn.cpp \
  82. citn.cpp \
  83. selword.cpp \
  84. tts.cpp \
  85. correct.cpp \
  86. capital.cpp \
  87. editsess.cpp \
  88. RecoSleep.cpp \
  89. command.cpp \
  90. dictation.cpp \
  91. PropPage.cpp \
  92. PropItem.cpp \
  93. keyevent.cpp \
  94. spbtnctrl.cpp \
  95. candlist.cpp \
  96. TabletTip.idl