Source code of Windows XP (NT5)
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.

95 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=INTLWB
  15. MINORCOMP=korwbrkr
  16. TARGETNAME=korwbrkr
  17. TARGETPATH=obj
  18. TARGETTYPE=DYNLINK
  19. C_DEFINES=$(C_DEFINES) -D_MBCS -D_NO_OYONG_DICT_
  20. !IF "$(KORDBG)" == "1"
  21. C_DEFINES=$(C_DEFINES) -DKORDBG
  22. !ENDIF
  23. RCOPTIONS=-l 412
  24. USE_MSVCRT=1
  25. MSC_WARNING_LEVEL=/W3 /WX
  26. SOURCES=korwbrkr.rc \
  27. baseapi.cpp \
  28. baseaux.cpp \
  29. basecik.cpp \
  30. basedict.cpp \
  31. basefunc.cpp \
  32. baseirr.cpp \
  33. basemain.cpp \
  34. basess.cpp \
  35. basesub.cpp \
  36. basevsub.cpp \
  37. bsfiledict.cpp \
  38. compose.cpp \
  39. convert.cpp \
  40. fsadict.cpp \
  41. maindict.cpp \
  42. readheosadict.cpp \
  43. readsilsadict.cpp \
  44. wordhash.cpp \
  45. unitoint.cpp \
  46. init.cxx \
  47. wbclassf.cxx \
  48. exports.cxx \
  49. iwbreak.cxx \
  50. stemcf.cxx \
  51. stemmer.cxx \
  52. register.cxx \
  53. ctplus0.cxx \
  54. SUBSYSTEM_VERSION=4.00
  55. UMTYPE=windows
  56. DLLBASE=0x44e00000
  57. DLLENTRY=_DllMainCRTStartup
  58. DLLDEF=$(O)\korwbrkr.def
  59. CONDITIONAL_INCLUDES= \
  60. $(CONDITIONAL_INCLUDES) \
  61. LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
  62. LINKLIBS=$(LINKLIBS)\
  63. $(SDK_LIB_PATH)\user32.lib\
  64. $(SDK_LIB_PATH)\kernel32.lib\
  65. $(SDK_LIB_PATH)\advapi32.lib \
  66. $(SDK_LIB_PATH)\uuid.lib\
  67. $(SDK_LIB_PATH)\query.lib
  68. MISCFILES=noise.kor \
  69. korwbrkr.lex