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.

74 lines
1.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. C. Brent Thomas (a-brentt) 23-Mar-1998
  13. Eliminated the use of the ALT_PROJECT_TARGET macro.
  14. !ENDIF
  15. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  16. MINORCOMP=clusapi
  17. TARGETNAME=clusapi
  18. TARGETPATH=$(_OBJ_DIR)
  19. TARGETTYPE=DYNLINK
  20. PASS1_PUBLISH={$(O)\clusapi.lib=$(SDK_LIB_PATH)\clusapi.lib}
  21. MIDL_UUIDDIR=$(O)
  22. PASS0_SOURCEDIR=$(O)
  23. PASS0_HEADERDIR=$(O)
  24. MIDL_TLBDIR=$(O)
  25. INCLUDES=..\inc;..\inc\$(O);..\service\inc
  26. USE_MSVCRT=1
  27. UNICODE=1
  28. SOURCES=clusapi.c \
  29. ioctl.c \
  30. group.c \
  31. nodeapi.c \
  32. reconect.c \
  33. registry.c \
  34. resrcapi.c \
  35. notify.c \
  36. network.c \
  37. intrface.c \
  38. clusapi.rc
  39. DLLBASE=0x7F230000
  40. UMTYPE=console
  41. UMTEST=treg*tgroup*tnotify*tcreate*tdepend*trename*tres*tcontrol*tset*tsset*ttype*tgctl*tnode*tgloop*trloop*tgin*tgtype*tnet*tformat*tfmt
  42. UMLIBS=$(SDK_LIB_PATH)\clusapi.lib
  43. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  44. $(SDK_LIB_PATH)\user32.lib \
  45. $(SDK_LIB_PATH)\advapi32.lib \
  46. $(SDK_LIB_PATH)\rpcrt4.lib \
  47. $(SDK_LIB_PATH)\ole32.lib \
  48. $(SDK_LIB_PATH)\oleaut32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\ws2_32.lib \
  51. $(BASE_LIB_PATH)\ClusCfgUuid.lib \
  52. ..\clusrtl\$(O)\clusrtl.lib \
  53. ..\service\idl\$(O)\api_rpc_c.obj
  54. DLLDEF=$(O)\clusapi.def