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.

85 lines
1.7 KiB

  1. !IF 0
  2. Copyright (c) 1989-1998 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. !ENDIF
  11. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  12. MINORCOMP=clusrtl
  13. TARGETNAME=clusrtl
  14. TARGETPATH=$(_OBJ_DIR)
  15. TARGETTYPE=LIBRARY
  16. INCLUDES=\
  17. ..\inc;\
  18. ..\inc\$(O);\
  19. ..\wml\inc;\
  20. $(DS_INC_PATH);\
  21. $(NET_INC_PATH);
  22. USE_MFCUNICODE=1
  23. USE_MSVCRT=1
  24. UNICODE=1
  25. #
  26. # set browser_info to 1 in your local environment to generate
  27. # browser files. These files are then included when setup or
  28. # resdll\disks browser info is generated.
  29. #
  30. NO_BROWSER_FILE=1
  31. C_DEFINES=$(C_DEFINES) -DCOBJMACROS -DSECURITY_WIN32
  32. SOURCES=\
  33. bufpool.c \
  34. clusrtl.c \
  35. DbgRpt.cpp \
  36. disk.cpp \
  37. eventlog.c \
  38. fixup.c \
  39. ipaddr.c \
  40. netcfg.c \
  41. netname.c \
  42. oscheck.c \
  43. queue.c \
  44. hash.c \
  45. regutil.c \
  46. rpc.c \
  47. rtlprop.cpp \
  48. security.c \
  49. tcpcfg.c \
  50. threadq.c \
  51. inststat.cpp \
  52. clusrtl.rc \
  53. RegUtils.cpp \
  54. RegistryValueName.cpp \
  55. Cleanup.cpp \
  56. Notifications.cpp \
  57. VerCheck.cpp \
  58. autostart.c
  59. RUN_WPP=clusrtl.c -func:WmiTrace(MSG,...) -scan:clusrtl.c
  60. UMTEST=tdisk
  61. UMTYPE=console
  62. UMLIBS=$(O)\clusrtl.lib \
  63. $(SDK_LIB_PATH)\uuid.lib \
  64. $(SDK_LIB_PATH)\setupapi.lib \
  65. $(SDK_LIB_PATH)\user32.lib \
  66. $(SDK_LIB_PATH)\ntdll.lib
  67. UMRES=$(O)\tdisk.res
  68. NTTARGETFILE0=$(O)\tdisk.res