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.

113 lines
2.0 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. RCOPTIONS=-l 804
  15. SYNCHRONIZE_DRAIN=1
  16. C_DEFINES=$(C_DEFINES) -DCHINESES
  17. MAJORCOMP=INTLWB
  18. MINORCOMP=ChsBrKr
  19. USE_MSVCRT=0
  20. TARGETNAME=ChsBrKr
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. SUBSYSTEM_VERSION=4.00
  24. INCLUDES=..;$(INCLUDES)
  25. SOURCES=..\ChsBrkr.rc \
  26. ..\wbclassf.cxx\
  27. ..\exports.cxx\
  28. ..\iwbreak.cxx\
  29. ..\stemcf.cxx\
  30. ..\stemmer.cxx\
  31. ..\register.cxx \
  32. ..\ctplus0.c\
  33. ..\log.c
  34. UMTYPE=windows
  35. DLLBASE=0x44e00000
  36. DLLENTRY=DllMain
  37. PRECOMPILED_INCLUDE=..\pch.cxx
  38. CONDITIONAL_INCLUDES= \
  39. $(CONDITIONAL_INCLUDES) \
  40. thammer.h
  41. DLLDEF=..\ChsBrKr.def
  42. #
  43. # Support for IceCap profiling.
  44. #
  45. !if "$(PERFFLAGS)" == "TRUE"
  46. ! if exist ($(SDK_LIB_PATH)\icap.lib)
  47. ! if !defined(MSC_Optimiztion)
  48. MSC_OPTIMIZATION=-Oxs -Gh -MD
  49. ! elseif "$(MSC_OPTIMIZATION)" == "-GX"
  50. MSC_OPTIMIZATION=-Oxs -GX -Gh -MD
  51. ! else
  52. MSC_OPTIMIZATION=$(MSC_OPTIMIZATION) -Gh -MD
  53. ! endif
  54. USE_PDB=1
  55. ! if "$(USE_PENTER)" == "TRUE"
  56. LINKLIBS=$(LINKLIBS) $(SDK_LIB_PATH)\penter.lib
  57. UMLIBS=$(UMLIBS) $(SDK_LIB_PATH)\penter.lib
  58. ! else
  59. LINKLIBS=$(LINKLIBS) $(SDK_LIB_PATH)\ICAP.lib
  60. UMLIBS=$(UMLIBS) $(SDK_LIB_PATH)\ICAP.lib
  61. ! endif
  62. ! if "$(DBG)" == "1"
  63. ! message Warning: Profiling with DBG on!
  64. ! endif
  65. ! else
  66. ! error Cannot build for IceCap profiling without ICAP.LIB
  67. ! endif
  68. !endif
  69. LINKER_FLAGS=$(LINKER_FLAGS) -IGNORE:4077
  70. LINKLIBS=$(LINKLIBS)\
  71. $(SDK_LIB_PATH)\ntdll.lib \
  72. $(SDK_LIB_PATH)\user32.lib\
  73. $(SDK_LIB_PATH)\kernel32.lib\
  74. $(SDK_LIB_PATH)\advapi32.lib \
  75. $(SDK_LIB_PATH)\uuid.lib\
  76. $(SDK_LIB_PATH)\query.lib
  77. MISCFILES=..\noise.chs