Leaked source code of windows server 2003
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.

100 lines
2.4 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. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = com
  15. # This links against oleutest\assert which is built before this directory.
  16. # So we block here and collect our threads to assure that "assert" is
  17. # finished building.
  18. # Blocking here also allows "olebind", "Server1", "Server2" and
  19. # "Server3", which also need "assert", to build without SYNCHRONZATION.
  20. SYNCHRONIZE_BLOCK=1
  21. SYNCHRONIZE_DRAIN=1
  22. #
  23. # This is the name of the target built from the source files specified
  24. # below. The name should include neither the path nor the file extension.
  25. #
  26. TARGETNAME= oleimpl
  27. TARGETPATH= obj
  28. #
  29. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  30. # etc.
  31. #
  32. TARGETTYPE= DYNLINK
  33. DLLDEF= $(O)\oleimpl.def
  34. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  35. !include ..\..\chicago.inc
  36. INCLUDES= ..\..\..\ole32\common\chicago;..\..\..\ole32\ih;..;..\..\common
  37. C_DEFINES= \
  38. $(C_DEFINES) \
  39. -DFLAT \
  40. -DWIN32=200 \
  41. -D_CHICAGO_=200 \
  42. -DINC_OLE2 \
  43. -DNOEXCEPTIONS \
  44. -DCAIROLE_DOWNLEVEL
  45. SOURCES= \
  46. ..\oleimpl.cxx \
  47. ..\iclisite.cxx
  48. DLLENTRY=_DllMainCRTStartup
  49. UMTYPE= windows
  50. LINKLIBS= \
  51. ..\..\assert\chicago\$(O)\assert.lib \
  52. ..\..\oledll2\chicago\$(O)\oledll2.lib \
  53. $(SDK_LIB_PATH)\uuid.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\gdi32.lib \
  56. $(BASEDIR)\private\ole32\dcom95\lib\kernel32.lib \
  57. $(SDK_LIB_PATH)\user32.lib \
  58. $(SDK_LIB_PATH)\advapi32.lib
  59. USE_MSVCRT=1
  60. !IF $(386)
  61. NTTARGETFILE0=$(DLLDEF:*=i386)
  62. !ENDIF
  63. !IF $(MIPS)
  64. NTTARGETFILE0=$(DLLDEF:*=mips)
  65. !ENDIF
  66. !IF $(ALPHA)
  67. NTTARGETFILE0=$(DLLDEF:*=alpha)
  68. !ENDIF
  69. CHICAGO_PRODUCT= 1