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.

47 lines
899 B

  1. !IF 0
  2. Copyright (c) 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. Author:
  11. C. Brent Thomas (a-brent) 27-Mar-1998
  12. !ENDIF
  13. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  14. TARGETNAME=SetupCommon
  15. TARGETPATH=$(_OBJ_DIR)
  16. TARGETTYPE=LIBRARY
  17. INCLUDES=\
  18. ..;\
  19. ..\..\inc;\
  20. ..\..\inc\$(O);\
  21. $(NET_INC_PATH)
  22. C_DEFINES=-DUNICODE -D_UNICODE
  23. USE_MSVCRT=1
  24. UMTYPE=console
  25. SOURCES= \
  26. regcomobj.cpp \
  27. StopService.cpp \
  28. RemoveNetworkProvider.cpp \
  29. IsClusterServiceRegistered.cpp \
  30. AnswerFile.cpp \
  31. ClusCfgCommands.cpp \
  32. IsTerminalServicesInstalled.cpp