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.

104 lines
4.6 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. Rick Sailor (Ricksa) 21-Jan-1993
  12. !ENDIF
  13. !include ..\..\daytona.inc
  14. TARGETNAME= ole32
  15. TARGETPATH= obj
  16. PASS1_PUBLISH= \
  17. {$(O)\ole32.lib=$(SDK_LIB_PATH)\ole32.lib} \
  18. {$(O)\comps.lib=$(PROJECT_LIB_PATH)\comps.lib}
  19. TARGETTYPE= DYNLINK
  20. DLLDEF= $(O)\ole32.def
  21. DLLENTRY= _DllMainCRTStartup
  22. INCLUDES= $(COMP_OLE32_DIR)\common\daytona;$(COMP_OLE32_DIR)\ih;..
  23. SOURCES= \
  24. ..\ole2w32.rc
  25. UMTYPE= console
  26. LINKLIBS= \
  27. $(COMP_OLE32_DIR)\common\daytona\$(O)\cmole32.lib \
  28. $(COMP_OLE32_DIR)\actprops\daytona\$(O)\actprops.lib \
  29. $(COMP_OLE32_DIR)\com\moniker2\daytona\$(O)\moniker.lib \
  30. $(COMP_OLE32_DIR)\com\class\daytona\$(O)\class.lib \
  31. $(COMP_OLE32_DIR)\com\coll\daytona\$(O)\coll.lib \
  32. $(COMP_OLE32_DIR)\com\debug\daytona\$(O)\debug.lib \
  33. $(COMP_OLE32_DIR)\com\dcomrem\daytona\$(O)\remote.lib \
  34. $(COMP_OLE32_DIR)\com\accctrl\daytona\$(O)\accctrl.lib \
  35. $(COMP_OLE32_DIR)\com\rot\daytona\$(O)\rot.lib \
  36. $(COMP_OLE32_DIR)\com\inc\daytona\$(O)\inc.lib \
  37. $(COMP_OLE32_DIR)\com\objact\daytona\$(O)\objact.lib \
  38. $(COMP_OLE32_DIR)\com\catalog\daytona\$(O)\catalog.lib \
  39. $(COMP_OLE32_DIR)\com\apcompat\daytona\$(O)\apcompat.lib \
  40. $(COMP_OLE32_DIR)\com\util\daytona\$(O)\util.lib \
  41. $(COMP_OLE32_DIR)\com\txf\callframe\static\$(O)\CallFrameStatic.lib \
  42. $(COMP_OLE32_DIR)\com\txf\txfaux\static\$(O)\TxfAuxStaticLib.lib \
  43. $(COMP_OLE32_DIR)\com\txf\shared\comregistration\$(O)\ComRegistration.lib \
  44. $(COMP_OLE32_DIR)\oleprx32\proxy\daytona\$(O)\oleprx32.lib \
  45. $(COMP_OLE32_DIR)\com\dde\client\daytona\$(O)\ddecli.lib \
  46. $(COMP_OLE32_DIR)\com\dde\server\daytona\$(O)\ddesvr.lib \
  47. $(COMP_OLE32_DIR)\ole232\advise\daytona\$(O)\advise.lib \
  48. $(COMP_OLE32_DIR)\ole232\base\daytona\$(O)\base.lib \
  49. $(COMP_OLE32_DIR)\ole232\cache\daytona\$(O)\cache.lib \
  50. $(COMP_OLE32_DIR)\ole232\clipbrd\daytona\$(O)\clipbrd.lib \
  51. $(COMP_OLE32_DIR)\ole232\debug\daytona\$(O)\debug.lib \
  52. $(COMP_OLE32_DIR)\ole232\drag\daytona\$(O)\drag.lib \
  53. $(COMP_OLE32_DIR)\ole232\inplace\daytona\$(O)\inplace.lib \
  54. $(COMP_OLE32_DIR)\ole232\stdimpl\daytona\$(O)\stdimpl.lib \
  55. $(COMP_OLE32_DIR)\ole232\ole1\daytona\$(O)\ole1.lib \
  56. $(COMP_OLE32_DIR)\ole232\util\daytona\$(O)\util.lib \
  57. $(COMP_OLE32_DIR)\stg\docfile\daytona\$(O)\docfile.lib \
  58. $(COMP_OLE32_DIR)\stg\exp\daytona\$(O)\exp.lib \
  59. $(COMP_OLE32_DIR)\stg\msf\daytona\$(O)\msf.lib \
  60. $(COMP_OLE32_DIR)\stg\simp\daytona\$(O)\simp.lib \
  61. $(COMP_OLE32_DIR)\stg\props\daytona\$(O)\props.lib \
  62. $(COMP_OLE32_DIR)\stg\async\docfile\daytona\$(O)\asyncstg.lib \
  63. $(COMP_OLE32_DIR)\ilib\daytona\$(O)\uuid.lib \
  64. $(COMP_OLE32_DIR)\common\cruntime\daytona\$(O)\cruntime.lib \
  65. $(COMP_OLE32_DIR)\com\wx86grpa\daytona\$(O)\wx86grpa.lib \
  66. $(COMP_OLE32_DIR)\comcat\src\daytona\$(O)\comcat.lib \
  67. $(COMP_OLE32_DIR)\idl\public\daytona\$(O)\pubidl.lib \
  68. $(COMP_OLE32_DIR)\idl\private\daytona\$(O)\prvidl.lib \
  69. $(COMP_OLE32_DIR)\idl\internal\daytona\$(O)\priidl.lib
  70. TARGETLIBS= $(SDK_LIB_PATH)\rpcndr.lib \
  71. $(SDK_LIB_PATH)\uuid.lib \
  72. $(SDK_LIB_PATH)\netapi32.lib \
  73. $(SDK_LIB_PATH)\gdi32.lib \
  74. $(SDK_LIB_PATH)\kernel32.lib \
  75. $(SDK_LIB_PATH)\user32.lib \
  76. $(SDK_LIB_PATH)\advapi32.lib \
  77. $(SDK_LIB_PATH)\ntdll.lib \
  78. $(SDK_LIB_PATH)\rpcrt4.lib \
  79. $(SDK_LIB_PATH)\imagehlp.lib
  80. NTPROFILEINPUT=yes
  81. !include ..\sources.inc
  82. ## Build ComPs.lib with a linker trick.
  83. NTTARGETFILE1 =BuildComPs