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.9 KiB

  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-brentt)
  12. Original
  13. C. Brent Thomas (a-brentt) 13-Mar-1998
  14. Added "..\inc" to the INCLUDES macro to be able to access installstate.h.
  15. C. Brent Thomas (a-brentt) 23-Mar-1998
  16. Eliminated the use of the ALT_PROJECT_TARGET macro.
  17. C. Brent Thomas (a-brentt) 6-May-1998
  18. Removed "..\inc" from the INCLUDES macro because installstate.h has been
  19. moved into SetupCommon.lib.
  20. !ENDIF
  21. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  22. TARGETNAME=clusocm
  23. minorcomp=clusocm
  24. TARGETPATH=$(_OBJ_DIR)
  25. TARGETTYPE=DYNLINK
  26. PRECOMPILED_INCLUDE=stdafx.h
  27. PRECOMPILED_CXX=1
  28. INCLUDES=\
  29. $(INCLUDES);\
  30. ..\..\inc;\
  31. ..\..\inc\$(O);\
  32. ..\common;\
  33. $(WINDOWS_INC_PATH);\
  34. $(DS_INC_PATH)
  35. SOURCES=clusocm.cpp \
  36. clusocm.rc
  37. DLLBASE=0x7F240000
  38. UMTYPE=windows
  39. USE_MFCUNICODE=1
  40. WINVER_VERSION=$(LATEST_WIN32_WINNT_VERSION)
  41. MISCFILES=\
  42. clusoc.inf \
  43. clusocm.inf \
  44. clusoc.txt
  45. TARGETLIBS=\
  46. ..\common\$(O)\SetupCommon.lib \
  47. ..\..\clusrtl\$(O)\clusrtl.lib \
  48. $(SDK_LIB_PATH)\uuid.lib \
  49. $(SDK_LIB_PATH)\iphlpapi.lib \
  50. $(NET_LIB_PATH)\netshell.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \
  52. $(SDK_LIB_PATH)\comdlg32.lib \
  53. $(SDK_LIB_PATH)\kernel32.lib \
  54. $(SDK_LIB_PATH)\user32.lib \
  55. $(SDK_LIB_PATH)\setupapi.lib \
  56. $(SDK_LIB_PATH)\userenv.lib \
  57. $(SDK_LIB_PATH)\gdi32.lib \
  58. $(SDK_LIB_PATH)\advapi32.lib \
  59. $(SDK_LIB_PATH)\rpcrt4.lib \
  60. $(SDK_LIB_PATH)\wsock32.lib \
  61. $(SDK_LIB_PATH)\shell32.lib \
  62. $(SDK_LIB_PATH)\ole32.lib