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.

130 lines
3.0 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. Revision History:
  11. !ENDIF
  12. TARGETNAME=rpcmtrt
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES= \
  16. ..\; \
  17. ..\..\inc; \
  18. $(NET_INC_PATH); \
  19. $(DS_INC_PATH); \
  20. $(DS_INC_PATH)\crypto; \
  21. ..\..\rtifs\$(O); \
  22. ..\..\trans; \
  23. ..\..\CharConv; \
  24. ..\..\..\ndrlib; \
  25. $(INCLUDES); \
  26. $(SDXROOT)\public\internal\base\inc
  27. #
  28. # Setup for application developer to set breakpoints with windbg
  29. #
  30. MSC_WARNING_LEVEL=/W3 /WX
  31. #NTDEBUG=ntsd
  32. #NTDEBUGTYPE=windbg
  33. #MSC_OPTIMIZATION=/Od
  34. PRECOMPILED_INCLUDE=..\precomp.hxx
  35. PRECOMPILED_CXX=1
  36. SOURCES=$(SOURCES) \
  37. ..\async.cxx \
  38. ..\bcache.cxx \
  39. ..\binding.cxx \
  40. ..\bitset.cxx \
  41. ..\bufapi.cxx \
  42. ..\CellHeap.cxx \
  43. ..\clntapip.cxx \
  44. ..\dcebind.cxx \
  45. ..\dcecmisc.cxx \
  46. ..\dcecmmn.cxx \
  47. ..\dcestrng.cxx \
  48. ..\dcesvr.cxx \
  49. ..\dcethunk.cxx \
  50. ..\dceuuid.cxx \
  51. ..\delaytab.cxx \
  52. ..\dgclnt.cxx \
  53. ..\dgpkt.cxx \
  54. ..\dgsvr.cxx \
  55. ..\dispatch.c \
  56. ..\dispatch.c \
  57. ..\eeinfo.cxx \
  58. ..\epclnt.cxx \
  59. ..\epmapper.cxx \
  60. ..\epmgmt.cxx \
  61. ..\eventwrp.cxx \
  62. ..\gc.cxx \
  63. ..\handle.cxx \
  64. ..\hashtabl.cxx \
  65. ..\hndlsvr.cxx \
  66. ..\init.cxx \
  67. ..\LinkList.cxx \
  68. ..\locks.cxx \
  69. ..\memory.cxx \
  70. ..\miscnt.cxx \
  71. ..\msgapi.cxx \
  72. ..\mutex.cxx \
  73. ..\osfclnt.cxx \
  74. ..\osfpcket.cxx \
  75. ..\osfsvr.cxx \
  76. ..\principal.cxx\
  77. ..\ProtBind.cxx \
  78. ..\queue.cxx \
  79. ..\rpcobj.cxx \
  80. ..\rpcuuid.cxx \
  81. ..\sdict.cxx \
  82. ..\sdict2.cxx \
  83. ..\secclnt.cxx \
  84. ..\sidcache.cxx \
  85. ..\sinfoapi.cxx \
  86. ..\svrapip.cxx \
  87. ..\svrbind.cxx \
  88. ..\svrmgmt.c \
  89. ..\swmr.cxx \
  90. ..\threads.cxx \
  91. ..\tower.cxx \
  92. ..\uuidsup.cxx \
  93. ..\util.cxx
  94. RPCENV= $(RPCENV) -DWIN32RPC -DNTWIN32RPC -D_RPCRT4_
  95. C_DEFINES=$(RPCENV) $(RPCTARGETENV) /DMSWMSG -D_RPCRT4_
  96. # Used only for unit tests
  97. # USE_MSVCRT=1
  98. # ..\linklist.cxx
  99. UMTYPE=console
  100. UMTEST=usvr*uclnt*dumpcert
  101. UMLIBS=$(UMLIBS) \
  102. ..\..\dll\$(ALT_PROJECT_TARGET)\$(O)\rpcrt4.lib\
  103. $(O)\pipe.obj \
  104. $(SDK_LIB_PATH)\kernel32.lib \
  105. $(SDK_LIB_PATH)\user32.lib \
  106. $(SDK_LIB_PATH)\advapi32.lib \
  107. $(SDK_LIB_PATH)\ws2_32.lib \
  108. $(SDK_LIB_PATH)\iphlpapi.lib \
  109. $(SDK_LIB_PATH)\crypt32.lib \
  110. ..\..\CharConv\$(ALT_PROJECT_TARGET)\$(O)\CharConv.lib