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.

49 lines
818 B

  1. !IF 0
  2. Copyright (c) 1996-1999 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=admin
  13. SYNCHRONIZE_BLOCK=1
  14. TARGETNAME=common
  15. TARGETPATH=$(_OBJ_DIR)
  16. TARGETTYPE=LIBRARY
  17. MIDL_UUIDDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. PASS0_HEADERDIR=$(O)
  20. MIDL_TLBDIR=$(O)
  21. INCLUDES=..\..\inc;..\..\inc\$(O)
  22. USE_MFCUNICODE=1
  23. USE_MSVCRT=1
  24. UNICODE=1
  25. MIDL_FLAGS=-DMIDL_PASS
  26. SOURCES=\
  27. CluAdmExHostSvr.idl \
  28. AdmNetUtils.cpp \
  29. CluAdmExHostSvr_i.c \
  30. ClusWrap.cpp \
  31. ResTypeUtils.cpp \
  32. DDxDDv.cpp
  33. UMTYPE=console