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.

96 lines
2.3 KiB

  1. !IF 0
  2. Copyright (c)1999 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract
  6. Author:
  7. Chae Seong Lim (cslim) 16-Jul-1999
  8. !ENDIF
  9. !include ..\common.inc
  10. SOURCES_USED = $(IME_DIR)\common.inc $(IME_DIR)\FECommon\include\sources $(SOURCES_USED)
  11. MAJORCOMP = FEIME
  12. MINORCOMP = IMEKR2K
  13. TARGETNAME = IMEKR61
  14. TARGETEXT = IME
  15. TARGETPATH = $(_OBJ_DIR)
  16. TARGETTYPE = DYNLINK
  17. TARGETLIBS = \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\GDI32.LIB \
  22. $(SDK_LIB_PATH)\COMDLG32.LIB \
  23. $(SDK_LIB_PATH)\shell32.lib \
  24. $(SDK_LIB_PATH)\comctl32.lib \
  25. $(SDK_LIB_PATH)\uuid.lib \
  26. $(IME_DIR)\FECommon\Include\$(O)\padguids.lib \
  27. $(IME_DIR)\FECommon\Srcimm\$(O)\srcimm.lib
  28. INCLUDES = $(INCLUDES); \
  29. $(IME_DIR)\FECommon\Include; \
  30. $(IME_DIR)\FECommon\Include\$(O); \
  31. $(IME_DIR)\FECommon\Srcimm
  32. DLLBASE = 0x3A700000
  33. !IF "$(FREEBUILD)" == "1"
  34. DLLENTRY = DllMain
  35. !ELSE
  36. DLLENTRY = _DllMainCRTStartup
  37. !ENDIF
  38. DLLDEF = imekor.def
  39. !IF "$(FREEBUILD)" == "1"
  40. # No runtime libray link
  41. USE_NOLIBS = 1
  42. USE_NTDLL = 1
  43. !ELSE
  44. USE_LIBCMT = 1
  45. !ENDIF
  46. SOURCES = \
  47. dllmain.cpp \
  48. apientry.cpp \
  49. imcsub.cpp \
  50. imc.cpp \
  51. gdata.cpp \
  52. immsys.cpp \
  53. candui.cpp \
  54. compui.cpp \
  55. config.cpp \
  56. escape.cpp \
  57. hanja.cpp \
  58. hauto.cpp \
  59. imemisc.cpp \
  60. immsec.cpp \
  61. statusui.cpp \
  62. ui.cpp \
  63. uisubs.cpp \
  64. winex.cpp \
  65. ipoint.cpp \
  66. guids.cpp \
  67. pad.cpp \
  68. debug.cpp \
  69. cimecb.cpp \
  70. cicero.cpp \
  71. toolbar.cpp \
  72. cicbtn.cpp \
  73. cmode.cpp \
  74. fmode.cpp \
  75. hjmode.cpp \
  76. pmode.cpp \
  77. syshelp.cpp \
  78. imekor.rc
  79. UMTYPE=windows
  80. UMTEST=
  81. UMLIBS=