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
3.3 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. PRECOMPILED_CXX = 1
  15. !include ..\common.inc
  16. SOURCES_USED = $(IME_DIR)\common.inc $(SOURCES_USED)
  17. NTTARGETFILES =
  18. TARGETTYPE = DYNLINK
  19. TARGETNAME = imekrcic
  20. TARGETPATH = $(_OBJ_DIR)
  21. UMTYPE = windows
  22. DLLBASE = 0x3A730000
  23. DLLENTRY = DllMain
  24. DLLDEF = korimx.def
  25. PRECOMPILED_INCLUDE = private.h
  26. !if !$(386)
  27. USE_CRTDLL = 1
  28. !endif
  29. !if ($(386) && "$(FREEBUILD)" == "1")
  30. C_DEFINES=$(C_DEFINES) -DNOCLIB
  31. !endif
  32. !if ($(386) && "$(FREEBUILD)" == "0")
  33. USE_LIBCMT = 1
  34. !ENDIF
  35. INCLUDES = $(INCLUDES); \
  36. ..\CiceroLib\inc; \
  37. ..\CiceroLib\inc\$(O); \
  38. ..\FECommon\include; \
  39. ..\FECommon\include\$(O)
  40. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  41. $(SDK_LIB_PATH)\user32.lib \
  42. $(SDK_LIB_PATH)\gdi32.lib \
  43. $(SDK_LIB_PATH)\advapi32.lib \
  44. $(SDK_LIB_PATH)\uuid.lib \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\shell32.lib \
  47. $(SDK_LIB_PATH)\comctl32.lib \
  48. $(SDK_LIB_PATH)\version.lib \
  49. $(IME_DIR)\CiceroLib\src\$(O)\ciclib.lib \
  50. ..\FECommon\srcuim\$(O)\srcuim.lib \
  51. ..\FECommon\include\$(O)\padguids.lib
  52. SOURCES = korimx.rc \
  53. crtfree.cpp \
  54. korimx.cpp \
  55. server.cpp \
  56. debug.c \
  57. activate.cpp \
  58. focus.cpp \
  59. toolbar.cpp \
  60. ic.cpp \
  61. icpriv.cpp \
  62. globals.cpp \
  63. init.cpp \
  64. funcprv.cpp \
  65. fnrecon.cpp \
  66. hauto.cpp \
  67. hanja.cpp \
  68. tipcand.cpp \
  69. immsec.cpp \
  70. ucutil.cpp \
  71. cmode.cpp \
  72. fmode.cpp \
  73. hjmode.cpp \
  74. skbdmode.cpp \
  75. candlstx.cpp \
  76. fnconfig.cpp \
  77. range.cpp \
  78. gdata.cpp \
  79. config.cpp \
  80. candkey.cpp \
  81. userex.cpp \
  82. editssn.cpp \
  83. callbacks.cpp \
  84. modebias.cpp \
  85. cicbtn.cpp \
  86. skbdkor.cpp \
  87. softkbdes.cpp \
  88. mouse.cpp \
  89. ipointcic.cpp \
  90. pad.cpp \
  91. padcb.cpp