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.

70 lines
1.9 KiB

  1. !if 0
  2. Copyright (c) 1996 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. C_DEFINES = $(C_DEFINES) -DREGISTER_PROXY_DLL
  17. !include ..\common.inc
  18. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  19. TARGETTYPE = DYNLINK
  20. TARGETNAME = msctfp
  21. TARGETPATH = $(_OBJ_DIR)
  22. UMTYPE = windows
  23. DLLENTRY = _DllMainCRTStartup
  24. DLLDEF = msctfp.def
  25. INCLUDES = $(INCLUDES);$(CICERO_DIR)\inc_priv\$(O);
  26. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\rpcns4.lib \
  28. $(SDK_LIB_PATH)\rpcrt4.lib \
  29. $(SDK_LIB_PATH)\ole32.lib \
  30. $(CICERO_DIR)\uuid\$O\uimuuid.lib \
  31. $(CICERO_DIR)\prvlib\$O\prvlib.lib \
  32. $(SDK_LIB_PATH)\uuid.lib
  33. USE_MSVCRT = 1
  34. SOURCES = msctfp.rc \
  35. dllload.cpp \
  36. prxstub.c \
  37. dlldata.c \
  38. msctf_p.c \
  39. msctfp_p.c \
  40. textstor_p.c \
  41. ctffunc_p.c \
  42. ctfutb_p.c \
  43. ctfspui_p.c \
  44. ctflbui_p.c \
  45. softkbd_p.c \
  46. msaadptr_p.c \
  47. docwrap_p.c \
  48. cicmsaa_p.c