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.

82 lines
2.6 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. !ENDIF
  11. TARGETNAME= olescm
  12. TARGETPATH= ..\..\lib\$(DEST_TREE)\$(_OBJ_DIR)
  13. TARGETTYPE= LIBRARY
  14. INCLUDES= ..\..\..\common\$(DEST_TREE);..\..\..\ih;..;..\..\..\common;
  15. INCLUDES= $(INCLUDES);..\..\..\com\inc;..\..\..\com\rot;..\..;..\..\objex
  16. INCLUDES= $(INCLUDES);..\..\..\idl\public\$(DEST_TREE)\$(O)
  17. INCLUDES= $(INCLUDES);..\..\..\idl\internal\$(DEST_TREE)\$(O)
  18. INCLUDES= $(INCLUDES);..\..\..\idl\private\$(DEST_TREE)\$(O)
  19. INCLUDES= $(INCLUDES);..\..\..\cs\inc
  20. INCLUDES= $(INCLUDES);$(COMP_OLE32_DIR)\actprops
  21. INCLUDES= $(INCLUDES);$(TERMSRV_INC_PATH)
  22. INCLUDES= $(INCLUDES);$(BASE_INC_PATH)
  23. !if $(386) || $(WIN64)
  24. C_DEFINES= -DPERUSER_REGISTRY $(C_DEFINES)
  25. !else
  26. C_DEFINES= -DPERUSER_REGISTRY -DWX86OLE $(C_DEFINES)
  27. !endif
  28. C_DEFINES= -DOLESCM $(C_DEFINES)
  29. PRECOMPILED_INCLUDE=..\act.hxx
  30. SOURCES= \
  31. ..\activate.cxx \
  32. ..\actmisc.cxx \
  33. ..\addrrefresh.cxx \
  34. ..\class.cxx \
  35. ..\clsid.cxx \
  36. ..\dbgprt.cxx \
  37. ..\dfsext.cxx \
  38. ..\dscmif.cxx \
  39. ..\events.cxx \
  40. ..\excladdr.cxx \
  41. ..\macif.cxx \
  42. ..\guidtbl.cxx \
  43. ..\launch.cxx \
  44. ..\mach.cxx \
  45. ..\net.cxx \
  46. ..\registry.cxx \
  47. ..\rpcalloc.cxx \
  48. ..\rotif.cxx \
  49. ..\scmhash.cxx \
  50. ..\scmif.cxx \
  51. ..\scminfo.cxx \
  52. ..\scmrot.cxx \
  53. ..\scmstage.cxx \
  54. ..\scmsvc.cxx \
  55. ..\servers.cxx \
  56. ..\srothint.cxx \
  57. ..\remact.cxx \
  58. ..\remactif.cxx \
  59. ..\remsysif.cxx \
  60. ..\security.cxx \
  61. ..\surrogat.cxx \
  62. ..\execclt.cxx \
  63. ..\winsta.cxx \
  64. ..\stub_irot_s.c \
  65. ..\stub_scm_s.c \
  66. ..\stub_scm_z.c \
  67. ..\stub_srgtprot_s.c \
  68. ..\stub_privact_s.c \
  69. ..\stub_objsrv_c.c
  70. UMTYPE=console