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.

102 lines
2.7 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. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  15. TARGETNAME=clussvc
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. MIDL_UUIDDIR=$(O)
  19. PASS0_SOURCEDIR=$(O)
  20. PASS0_HEADERDIR=$(O)
  21. MIDL_TLBDIR=$(O)
  22. INCLUDES=..\inc;..\..\inc;..\..\inc\$(O)
  23. USE_MSVCRT=1
  24. UNICODE=1
  25. USE_ATL=1
  26. USE_MAKEFILE_INC=1
  27. #USER_C_FLAGS=$(USER_C_FLAGS) /TP - to build all as CPP
  28. SOURCES= service.c \
  29. init.cpp \
  30. ioctl.c \
  31. join.c \
  32. tstpoint.c \
  33. excprpt.c \
  34. restore.c \
  35. qfs.c \
  36. clussvc.rc
  37. C_DEFINES=$(C_DEFINES) -DSTRSAFE_LIB
  38. UMTYPE=console
  39. UMENTRY=wmain
  40. TARGETLIBS=\
  41. $(SDK_LIB_PATH)\Crypt32.lib \
  42. $(SDK_LIB_PATH)\ntdll.lib \
  43. $(DS_LIB_PATH)\netapi32p.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\rpcrt4.lib \
  46. $(SDK_LIB_PATH)\ws2_32.lib \
  47. $(SDK_LIB_PATH)\elfapi.lib \
  48. $(SDK_LIB_PATH)\rpcutil.lib \
  49. $(SDK_LIB_PATH)\ole32.lib \
  50. $(SDK_LIB_PATH)\oleaut32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib \
  52. $(SDK_LIB_PATH)\iphlpapi.lib \
  53. $(SDK_LIB_PATH)\dnsapi.lib \
  54. $(SDK_LIB_PATH)\imagehlp.lib \
  55. $(SDK_LIB_PATH)\secur32.lib \
  56. $(SDK_LIB_PATH)\dhcpcsvc.lib \
  57. $(SDK_LIB_PATH)\psapi.lib \
  58. $(SDK_LIB_PATH)\vssapi.lib \
  59. $(NET_LIB_PATH)\netshell.lib \
  60. $(NET_LIB_PATH)\ndispnp.lib \
  61. $(BASE_LIB_PATH)\ClusCfgUuid.lib \
  62. $(BASE_LIB_PATH)\ClusCfgInternalGuids.lib \
  63. $(NET_LIB_PATH)\netman.lib \
  64. ..\api\$(O)\api.lib \
  65. ..\ep\$(O)\ep.lib \
  66. ..\fm\$(O)\fm.lib \
  67. ..\om\$(O)\om.lib \
  68. ..\nm\$(O)\nm.lib \
  69. ..\dm\$(O)\dm.lib \
  70. ..\gum\$(O)\gum.lib \
  71. ..\mm\$(O)\mm.lib \
  72. ..\lm\$(O)\lm.lib \
  73. ..\cp\$(O)\cp.lib \
  74. ..\idl\$(O)\idl.lib \
  75. ..\evtlog\$(O)\evtlog.lib \
  76. ..\vss\$(O)\VssCluster.lib \
  77. ..\..\clnetcfg\$(O)\clnetcfg.lib \
  78. ..\..\clusrtl\$(O)\clusrtl.lib \
  79. ..\..\clusnet\api\$(O)\cnetapi.lib
  80. RUN_WPP=-donothing