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.

116 lines
2.8 KiB

  1. !if 0
  2. Copyright (c) 2001, 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_LEAN_AND_MEAN = 1
  16. NOT_UNICODE = 1
  17. PRECOMPILED_CXX = 1
  18. WIN32_WINNT_VERSION = 0x0500
  19. !include ..\common.inc
  20. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  21. NTTARGETFILES =
  22. TARGETTYPE = DYNLINK
  23. TARGETNAME = msctfime
  24. TARGETEXT = ime
  25. TARGETPATH = $(_OBJ_DIR)
  26. INCLUDES = $(INCLUDES); \
  27. $(CICERO_DIR)\prvlib; \
  28. $(CICERO_DIR)\inc_priv\$(O); \
  29. $(CICERO_DIR)\cuilib; \
  30. $(CICERO_DIR)\aimm1.2\uuid\$O;
  31. TARGETLIBS = $(CICERO_LIBS) \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\advapi32.lib \
  34. $(SDK_LIB_PATH)\kernel32.lib \
  35. $(SDK_LIB_PATH)\GDI32.LIB \
  36. $(SDK_LIB_PATH)\uuid.lib \
  37. $(CICERO_DIR)\cuilib\$O\cuilib.lib \
  38. $(CICERO_DIR)\muilib\$O\muilib.lib \
  39. $(WINDOWS_LIB_PATH)\imm32p.lib \
  40. $(WINDOWS_LIB_PATH)\aimm12.lib
  41. UMTYPE = windows
  42. DLLENTRY = _DllMainCRTStartup
  43. DLLDEF = msctfime.def
  44. PRECOMPILED_INCLUDE = private.h
  45. USE_MSVCRT = 1
  46. SOURCES=\
  47. cic.cpp \
  48. imc.cpp \
  49. context.cpp \
  50. reconv.cpp \
  51. editses.cpp \
  52. editcomp.cpp\
  53. compstr.cpp \
  54. txtevcb.cpp \
  55. icocb.cpp \
  56. tmgrevcb.cpp\
  57. cmpevcb.cpp \
  58. reconvcb.cpp\
  59. reconvps.cpp\
  60. funcprv.cpp \
  61. profile.cpp \
  62. candpos.cpp \
  63. mouse.cpp \
  64. defimehd.cpp\
  65. uiwndhd.cpp \
  66. ui.cpp \
  67. uicomp.cpp \
  68. caret.cpp \
  69. polytext.cpp\
  70. globals.cpp \
  71. init.cpp \
  72. dllmain.cpp \
  73. wrapper.cpp \
  74. misc.cpp \
  75. delay.cpp \
  76. crtfree.cpp \
  77. tls.cpp \
  78. modebias.cpp\
  79. debug.c \
  80. msctfime.rc
  81. #
  82. #
  83. # Con-fusion
  84. #
  85. SXS_ASSEMBLY_NAME=WindowsShell
  86. SXS_ASSEMBLY_VERSION=1.0
  87. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  88. SXS_MANIFEST=WindowsShell.Manifest
  89. SXS_MANIFEST_IN_RESOURCES=
  90. SXS_MANIFEST_RESOURCE_ID=1
  91. SXS_NO_BINPLACE=1